X-Git-Url: http://git.efficios.com/?p=babeltrace.git;a=blobdiff_plain;f=src%2Fbindings%2Fpython%2Fbt2%2FMakefile.am;h=c8e3eb44ae99e391fba19fccd46b1d7048a00a9a;hp=ec30c005c91468215470cc9306cfdad23809099f;hb=0b0893d4a069f17d1326ebc3bfc9f9f987f411f3;hpb=82338bfd24b995ca7b5224f54f1a245d906d517e diff --git a/src/bindings/python/bt2/Makefile.am b/src/bindings/python/bt2/Makefile.am index ec30c005..c8e3eb44 100644 --- a/src/bindings/python/bt2/Makefile.am +++ b/src/bindings/python/bt2/Makefile.am @@ -3,7 +3,7 @@ # Since the shared object used by the python bindings is not built with # libtool, we need to add the directory containing libbabeltrace2 to the # linker path. -AM_LDFLAGS=-L$(top_builddir)/src/lib/.libs +AM_LDFLAGS += -L$(top_builddir)/src/lib/.libs INSTALLED_FILES=$(builddir)/installed_files.txt