tap-driver.sh: flush stdout after each test result
[babeltrace.git] / plugins / text / dmesg / Makefile.am
index 04df5eb737134e3f76060713cfdeaf9dc15ce76e..6e0f12adcfb502b2c50f5a9e23d86f5d3dfe67ee 100644 (file)
@@ -1,7 +1,10 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include -I$(top_srcdir)/plugins
+AM_CPPFLAGS += -I$(top_srcdir)/plugins
 
-noinst_LTLIBRARIES = libbabeltrace-plugin-text-dmesg-cc.la
+noinst_LTLIBRARIES = libbabeltrace2-plugin-text-dmesg-cc.la
 
-libbabeltrace_plugin_text_dmesg_cc_la_SOURCES = dmesg.c dmesg.h
-libbabeltrace_plugin_text_dmesg_cc_la_LIBADD = \
-       $(top_builddir)/common/libbabeltrace-common.la
+# ctf-text plugin
+libbabeltrace2_plugin_text_dmesg_cc_la_SOURCES = \
+       dmesg.c \
+       dmesg.h \
+       logging.h \
+       logging.c
This page took 0.023933 seconds and 4 git commands to generate.