Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / plugins / text / Makefile.am
index cada4e3bee44dd0a9d7437d84c98b92e3bfeb5c2..ecf823674d6c783318f35d883fd75f2e7f3a6a5e 100644 (file)
@@ -7,12 +7,13 @@ plugin_LTLIBRARIES = libbabeltrace-plugin-ctf-text.la
 
 # ctf-text plugin
 libbabeltrace_plugin_ctf_text_la_SOURCES = \
-       text.h text.c \
-       print.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.023867 seconds and 4 git commands to generate.