Make API CTF-agnostic
[babeltrace.git] / plugins / Makefile.am
index 53b9ec32fa2b77df79a4d6f9fd60624a0aedfea9..a1dd508a08726b2522441b73044128a27edaaac3 100644 (file)
@@ -1,20 +1,8 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+SUBDIRS = utils text ctf
+# libctfcopytrace
 
-SUBDIRS = .
+if ENABLE_DEBUG_INFO
+#SUBDIRS += lttng-utils
+endif
 
-lib_LTLIBRARIES = libbabeltrace-plugin.la
-
-# Plug-in system library
-libbabeltrace_plugin_la_SOURCES = \
-       component.c \
-       component-factory.c \
-       source.c \
-       sink.c \
-       iterator.c
-
-# Request that the linker keeps all static librarie objects.
-libbabeltrace_plugin_la_LDFLAGS = \
-       -Wl,--no-as-needed -version-info $(BABELTRACE_LIBRARY_VERSION)
-
-libbabeltrace_plugin_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace.la
+noinst_HEADERS = plugins-common.h
This page took 0.026624 seconds and 4 git commands to generate.