X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=plugins%2Ftext%2FMakefile.am;h=0abdfb63834b7ebca60769c85ef3e48274aa991e;hb=ad96d93646ede91f93d3630b7e6d655f0edf1b3b;hp=ccdf4cb7b808c6a5dfdd8f9fed8ffe03b40a6ce1;hpb=a094f13b7b8048dcbe96286162e941cc007959da;p=babeltrace.git diff --git a/plugins/text/Makefile.am b/plugins/text/Makefile.am index ccdf4cb7..0abdfb63 100644 --- a/plugins/text/Makefile.am +++ b/plugins/text/Makefile.am @@ -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,14 @@ 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)/formats/ctf/libbabeltrace-ctf.la \ + $(top_builddir)/common/libbabeltrace-common.la