diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-03-30 21:49:17 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-04-08 23:21:38 +0200 |
commit | 52e5910cdc0275cbc668682346172be2673d150d (patch) | |
tree | 8dc493497ec2dd66a7ae84c9658c20eda91fbcf7 /daemon.am | |
parent | cbca6eb55298a7205ca3533957ff2e3857140f40 (diff) | |
download | patches-52e5910cdc0275cbc668682346172be2673d150d.tar patches-52e5910cdc0275cbc668682346172be2673d150d.tar.gz |
build: Pass the appropriate flags when building `libstore.a'.
* daemon.am (libstore_a_CFLAGS): Rename to...
(libstore_a_CXXFLAGS): ... this.
Diffstat (limited to 'daemon.am')
-rw-r--r-- | daemon.am | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -115,7 +115,7 @@ libstore_a_CPPFLAGS = \ -DNIX_BIN_DIR=\"$(bindir)\" \ -DOPENSSL_PATH="\"openssl\"" -libstore_a_CFLAGS = \ +libstore_a_CXXFLAGS = \ $(SQLITE3_CFLAGS) $(LIBGCRYPT_CFLAGS) bin_PROGRAMS = guix-daemon |