~ruther/guix-local

52e5910cdc0275cbc668682346172be2673d150d — Ludovic Courtès 13 years ago cbca6eb
build: Pass the appropriate flags when building `libstore.a'.

* daemon.am (libstore_a_CFLAGS): Rename to...
  (libstore_a_CXXFLAGS): ... this.
1 files changed, 1 insertions(+), 1 deletions(-)

M daemon.am
M daemon.am => daemon.am +1 -1
@@ 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