Decouple component class from plugin subsystem, remove component factory
[babeltrace.git] / lib / plugin / Makefile.am
diff --git a/lib/plugin/Makefile.am b/lib/plugin/Makefile.am
new file mode 100644 (file)
index 0000000..6a5e4a1
--- /dev/null
@@ -0,0 +1,7 @@
+AM_CFLAGS = $(PACKAGE_CFLAGS) -I$(top_srcdir)/include
+
+noinst_LTLIBRARIES = libplugin.la
+
+# Plug-in system library
+libplugin_la_SOURCES = \
+       plugin.c
This page took 0.022667 seconds and 4 git commands to generate.