summaryrefslogtreecommitdiff
path: root/daemon.am
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2013-03-30 21:49:17 +0100
committerLudovic Courtès <ludo@gnu.org>2013-04-08 23:21:38 +0200
commit52e5910cdc0275cbc668682346172be2673d150d (patch)
tree8dc493497ec2dd66a7ae84c9658c20eda91fbcf7 /daemon.am
parentcbca6eb55298a7205ca3533957ff2e3857140f40 (diff)
downloadpatches-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.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.am b/daemon.am
index 1d4d955a0c..069700b1b6 100644
--- a/daemon.am
+++ b/daemon.am
@@ -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