X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2FMakefile.am;h=8e473bb2459e2c8db5ca81b5205f402243de2cde;hb=4d4528813f83afd049d937aea321b10f9598185e;hp=7741d505cedccdded20697ef197e82b740ed5061;hpb=f60d7a471b36f2ba0c4937cd6c9badc7567a3b33;p=lttv.git diff --git a/ltt/branches/poly/lttv/Makefile.am b/ltt/branches/poly/lttv/Makefile.am index 7741d505..8e473bb2 100644 --- a/ltt/branches/poly/lttv/Makefile.am +++ b/ltt/branches/poly/lttv/Makefile.am @@ -1,20 +1,5 @@ -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) - -bin_PROGRAMS = tracevisualizer - -#AM_CPPFLAGS = \ -# -I$(top_srcdir)/include -#INCLUDES=$(top_srcdir)/include - -tracevisualizer_SOURCES = main.c module.c option.c hook.c attribute.c \ - attribute.h lttv.h option.h trace.h - - -#libdir = ${lttvplugindir} - -#lib_LTLIBRARIES = libtextDump.la -#libtextDump_la_LDFLAGS = -module -#libtextDump_la_SOURCES = textDump.c +modules_CFLAGS = -fvisibility=hidden