1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-29 02:11:15 +02:00

* Make building against the Boehm GC a configure option.

This commit is contained in:
Eelco Dolstra 2010-10-22 13:39:15 +00:00
parent 76feaf016a
commit 64c3325b0b
6 changed files with 42 additions and 14 deletions

View file

@ -4,7 +4,7 @@ nix_instantiate_SOURCES = nix-instantiate.cc help.txt
nix_instantiate_LDADD = ../libmain/libmain.la ../libexpr/libexpr.la \
../libstore/libstore.la ../libutil/libutil.la \
../boost/format/libformat.la @ADDITIONAL_NETWORK_LIBS@ \
-L/home/eelco/Dev/nix/boehmgc/lib -lgc
@boehmgc_lib@
nix-instantiate.o: help.txt.hh
@ -13,6 +13,4 @@ nix-instantiate.o: help.txt.hh
AM_CXXFLAGS = \
-I$(srcdir)/.. -I$(srcdir)/../libutil -I$(srcdir)/../libstore \
-I$(srcdir)/../libexpr -I$(srcdir)/../libmain -I../libexpr \
-I/home/eelco/Dev/nix/boehmgc/include
-I$(srcdir)/../libexpr -I$(srcdir)/../libmain -I../libexpr