105742b62542197f8ac4483cd4d4f479e9d6d801
[babeltrace.git] / plugins / text / Makefile.am
1 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
2
3 SUBDIRS = pretty .
4
5 plugindir = "$(PLUGINSDIR)"
6 plugin_LTLIBRARIES = libbabeltrace-plugin-text.la
7
8 libbabeltrace_plugin_text_la_SOURCES = plugin.c
9 libbabeltrace_plugin_text_la_LDFLAGS = \
10 -version-info $(BABELTRACE_LIBRARY_VERSION)
11 libbabeltrace_plugin_text_la_LIBADD = \
12 $(top_builddir)/lib/libbabeltrace.la \
13 pretty/libbabeltrace-plugin-text-pretty-cc.la
This page took 0.029753 seconds and 3 git commands to generate.