Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / plugins / text / Makefile.am
index ccdf4cb7b808c6a5dfdd8f9fed8ffe03b40a6ce1..ecf823674d6c783318f35d883fd75f2e7f3a6a5e 100644 (file)
@@ -1,4 +1,4 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
 
 SUBDIRS = .
 
@@ -7,11 +7,13 @@ plugin_LTLIBRARIES = libbabeltrace-plugin-ctf-text.la
 
 # ctf-text plugin
 libbabeltrace_plugin_ctf_text_la_SOURCES = \
-       text.c
+       text.c \
+       print.c \
+       text.h
 
 libbabeltrace_plugin_ctf_text_la_LDFLAGS = \
        -version-info $(BABELTRACE_LIBRARY_VERSION)
 
 libbabeltrace_plugin_ctf_text_la_LIBADD = \
        $(top_builddir)/lib/libbabeltrace.la \
-       $(top_builddir)/formats/ctf/libbabeltrace-ctf.la
+       $(top_builddir)/common/libbabeltrace-common.la
This page took 0.023806 seconds and 4 git commands to generate.