diff options
author | Ludovic Courtès <ludo@gnu.org> | 2011-02-09T21·23+0000 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2011-02-09T21·23+0000 |
commit | f1462c208ba5d4efda864875f814c268366f4803 (patch) | |
tree | 3ecfc2c843f13e2c67434a03e08dae4e0c783cb1 /src/libmain | |
parent | 1876ab764f5b6e42fce67bdb46a8b03131653900 (diff) |
Use $BDW_GC_LIBS instead of a custom variable.
Diffstat (limited to 'src/libmain')
-rw-r--r-- | src/libmain/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libmain/Makefile.am b/src/libmain/Makefile.am index 1a2146e0448f..ababc3595968 100644 --- a/src/libmain/Makefile.am +++ b/src/libmain/Makefile.am @@ -2,7 +2,7 @@ pkglib_LTLIBRARIES = libmain.la libmain_la_SOURCES = shared.cc -libmain_la_LIBADD = ../libstore/libstore.la @boehmgc_lib@ +libmain_la_LIBADD = ../libstore/libstore.la @BDW_GC_LIBS@ pkginclude_HEADERS = shared.hh |