X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;ds=sidebyside;f=formats%2FMakefile.am;h=f56df7e2bb651898a914205a02b4070574e4f309;hb=65102a8c8f70b08a27887c89b23f6d0b543ea67e;hp=41ccc06d25b6464f76fca8ae4c58c5c5ed7eca51;hpb=ac65e35509398c6f3f27b26e9309750a565e1cbd;p=babeltrace.git diff --git a/formats/Makefile.am b/formats/Makefile.am index 41ccc06d..f56df7e2 100644 --- a/formats/Makefile.am +++ b/formats/Makefile.am @@ -2,6 +2,6 @@ AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include SUBDIRS = . ctf -noinst_LIBRARIES = libregistry.a +lib_LTLIBRARIES = libbabeltrace_registry.la -libregistry_a_SOURCES = registry.c +libbabeltrace_registry_la_SOURCES = registry.c