X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=ltt%2Fbranches%2Fpoly%2Flttv%2FMakefile.am;h=8370b90af5cb6604b9916a66d9251bc6e6aa9b1f;hb=1193dd6805ea06edbd8336d6dfc01056802816ac;hp=0b603eaf54a4f1b3d93a6f54729d104cd97f62c7;hpb=ba576a781d5a1020ff7202ac9a959c9f4a0c7a4c;p=lttv.git diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index 0b603eaf..8370b90a 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -1,32 +1,4 @@ -SUBDIRS = modules +# WARNING : modules must be done at the end, so modules can dynamically link +# themselves to libraries compiled here but not installed in the system. +SUBDIRS = lttv modules -AM_CFLAGS = $(GLIB_CFLAGS) -LIBS += $(GLIB_LIBS) -lgobject-2.0 -lltt - -bin_PROGRAMS = lttv - -#AM_CPPFLAGS = \ -# -I$(top_srcdir)/include -#INCLUDES=$(top_srcdir)/include - -lttv_SOURCES = main.c module.c option.c hook.c attribute.c \ - iattribute.c processTrace.c state.c traceset.c - -#lttv_DEPENDENCIES = $(DEFAULT_INCLUDES)/lttv/lttv.h \ -# $(DEFAULT_INCLUDES)/lttv/module.h \ -# $(DEFAULT_INCLUDES)/lttv/option.h \ -# $(DEFAULT_INCLUDES)/lttv/hook.h \ -# $(DEFAULT_INCLUDES)/lttv/attribute.h \ -# $(DEFAULT_INCLUDES)/lttv/iattribute.h \ -# $(DEFAULT_INCLUDES)/lttv/processTrace.h \ -# $(DEFAULT_INCLUDES)/lttv/state.h \ -# $(DEFAULT_INCLUDES)/lttv/traceset.h - - -libdir = ${lttvplugindir} - -lib_LTLIBRARIES = libtextDump.la libbatchAnalysis.la -libtextDump_la_LDFLAGS = -module -libtextDump_la_SOURCES = textDump.c -libbatchAnalysis_la_LDFLAGS = -module -libbatchAnalysis_la_SOURCES = batchAnalysis.c