Rename bt_ctf_X -> bt_X, maintain backward compat. for pre-2.0 CTF writer
[babeltrace.git] / plugins / ctf / common / notif-iter / Makefile.am
index e9c693112d188e795a3bdcd231be39b537219401..e29d92af469f0e0845b0c7e7b9da23108335c243 100644 (file)
@@ -1,6 +1,7 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS)
-AM_CPPFLAGS =  -I$(top_srcdir)/include
-
 noinst_LTLIBRARIES = libctf-notif-iter.la
 
-libctf_notif_iter_la_SOURCES = notif-iter.c
+libctf_notif_iter_la_SOURCES = \
+       notif-iter.c \
+       notif-iter.h \
+       logging.c \
+       logging.h
This page took 0.028295 seconds and 4 git commands to generate.