X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=lib%2Fplugin%2FMakefile.am;fp=lib%2Fplugin%2FMakefile.am;h=6a5e4a1112403004430c7530f95e1f3319e09233;hb=33b34c437c354e1c065e33151135bc2e57e2e29c;hp=0000000000000000000000000000000000000000;hpb=09ac5ce7990677798a58638ab45ab1a62e615a9a;p=babeltrace.git diff --git a/lib/plugin/Makefile.am b/lib/plugin/Makefile.am new file mode 100644 index 00000000..6a5e4a11 --- /dev/null +++ b/lib/plugin/Makefile.am @@ -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