Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / plugins / text / Makefile.am
CommitLineData
7d61fa8e 1AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
a6fe9093
JG
2
3SUBDIRS = .
4
a094f13b
PP
5plugindir = "$(PLUGINSDIR)"
6plugin_LTLIBRARIES = libbabeltrace-plugin-ctf-text.la
a6fe9093 7
6dea5426 8# ctf-text plugin
a6fe9093 9libbabeltrace_plugin_ctf_text_la_SOURCES = \
4353f877
PP
10 text.c \
11 print.c \
12 text.h
a6fe9093 13
a6fe9093 14libbabeltrace_plugin_ctf_text_la_LDFLAGS = \
3b37d465 15 -version-info $(BABELTRACE_LIBRARY_VERSION)
a6fe9093
JG
16
17libbabeltrace_plugin_ctf_text_la_LIBADD = \
18 $(top_builddir)/lib/libbabeltrace.la \
ad96d936 19 $(top_builddir)/common/libbabeltrace-common.la
This page took 0.027107 seconds and 4 git commands to generate.