diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-03-30 21:49:17 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-03-30 21:49:17 +0100 |
commit | 5cfdb4bcac145abb4f6ce29aaf8fd46504e9e0a9 (patch) | |
tree | 7250b827a7dc19a9eff754f4eb8c7fd556a16278 /daemon.am | |
parent | a96748bb46c6da65c7d66cb6d4f0d6f19febda27 (diff) | |
download | guix-5cfdb4bcac145abb4f6ce29aaf8fd46504e9e0a9.tar.gz guix-5cfdb4bcac145abb4f6ce29aaf8fd46504e9e0a9.zip |
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 |