restore_init_state: restore cpu resource info
[lttv.git] / ltt / branches / poly / lttv / Makefile.am
index 7741d505cedccdded20697ef197e82b740ed5061..8e473bb2459e2c8db5ca81b5205f402243de2cde 100644 (file)
@@ -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
This page took 0.023446 seconds and 4 git commands to generate.