X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2FMakefile.am;h=8364876199bbefeb52f37dec63a892655fbf4806;hb=ba206a477e5459972b6163344bd2518aa16c2e51;hp=b89688e8255d2bc3cf618d290b13f2df706c1e32;hpb=0a6808c0f673a458f1b438050a70ec966b3889aa;p=lttv.git diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index b89688e8..83648761 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -1,5 +1,3 @@ -SUBDIRS = modules - AM_CFLAGS = $(GLIB_CFLAGS) LIBS += $(GLIB_LIBS) -lgobject-2.0 -L$(top_srcdir)/ltt -ltraceread #LIBS += $(GLIB_LIBS) -lgobject-2.0 -lltt @@ -31,3 +29,9 @@ libtextDump_la_LDFLAGS = -module libtextDump_la_SOURCES = textDump.c libbatchAnalysis_la_LDFLAGS = -module libbatchAnalysis_la_SOURCES = batchAnalysis.c + + +# WARNING : must be done at the end, so modules can dynamically link themselves +# to libraries compiled here but not installed in the system. +SUBDIRS = modules +