Remove Babeltrace 1 files and reorganize the tree
[babeltrace.git] / formats / ctf / ir / Makefile.am
diff --git a/formats/ctf/ir/Makefile.am b/formats/ctf/ir/Makefile.am
deleted file mode 100644 (file)
index b22fa80..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
-
-noinst_LTLIBRARIES = libctf-ir.la
-
-libctf_ir_la_SOURCES = \
-       attributes.c \
-       clock-class.c \
-       event.c \
-       event-class.c \
-       fields.c \
-       field-types.c \
-       field-path.c \
-       packet.c \
-       stream.c \
-       stream-class.c \
-       trace.c \
-       utils.c \
-       resolve.c \
-       validation.c \
-       visitor.c
-
-libctf_ir_la_LIBADD = \
-       $(top_builddir)/lib/libbabeltrace.la
-
-if BABELTRACE_BUILD_WITH_LIBUUID
-libctf_ir_la_LIBADD += -luuid
-endif
-if BABELTRACE_BUILD_WITH_LIBC_UUID
-libctf_ir_la_LIBADD += -lc
-endif
This page took 0.023399 seconds and 4 git commands to generate.