Fix: do not use ctf-specific struct in format.h
[babeltrace.git] / formats / Makefile.am
index 41ccc06d25b6464f76fca8ae4c58c5c5ed7eca51..7f95fcc5009f9bc11c163ef1730862fe447223c8 100644 (file)
@@ -1,7 +1,7 @@
 AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
 
-SUBDIRS = . ctf
+SUBDIRS = . ctf ctf-text bt-dummy
 
-noinst_LIBRARIES = libregistry.a
+lib_LTLIBRARIES = libbabeltrace_registry.la
 
-libregistry_a_SOURCES = registry.c
+libbabeltrace_registry_la_SOURCES = registry.c
This page took 0.022665 seconds and 4 git commands to generate.