summary refs log tree commit diff
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-03-30 21:49:17 +0100
commit5cfdb4bcac145abb4f6ce29aaf8fd46504e9e0a9 (patch)
tree7250b827a7dc19a9eff754f4eb8c7fd556a16278
parenta96748bb46c6da65c7d66cb6d4f0d6f19febda27 (diff)
downloadguix-5cfdb4bcac145abb4f6ce29aaf8fd46504e9e0a9.tar.gz
build: Pass the appropriate flags when building `libstore.a'.
* daemon.am (libstore_a_CFLAGS): Rename to...
  (libstore_a_CXXFLAGS): ... this.
-rw-r--r--daemon.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/daemon.am b/daemon.am
index 0c9bc9fb69..4f2314b773 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