X-Git-Url: http://git.ipfire.org/?p=collecty.git;a=blobdiff_plain;f=Makefile.am;h=b9aa84128802d7e13e136a2c7fef190ee69e6272;hp=72c06ad46b9e327fe5ffe88870b82d578b75411c;hb=f648421abc982b94bc1db15cedccf6c177ae1a25;hpb=c968f6d9744a12474be417bfca1056c44c1eadc9 diff --git a/Makefile.am b/Makefile.am index 72c06ad..b9aa841 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,7 @@ collectyplugins_PYTHON = \ src/collecty/plugins/base.py \ src/collecty/plugins/conntrack.py \ src/collecty/plugins/cpu.py \ + src/collecty/plugins/disk.py \ src/collecty/plugins/entropy.py \ src/collecty/plugins/__init__.py \ src/collecty/plugins/interface.py \ @@ -96,6 +97,27 @@ collectyplugins_PYTHON = \ collectypluginsdir = $(collectydir)/plugins +pkgpyexec_LTLIBRARIES = \ + _collecty.la + +_collecty_la_SOURCES = \ + src/_collectymodule.c + +_collecty_la_CFLAGS = \ + $(AM_CFLAGS) \ + $(LIBATASMART_CFLAGS) \ + $(PYTHON_DEVEL_CFLAGS) + +_collecty_la_LDFLAGS = \ + $(AM_LDFLAGS) \ + -shared \ + -module \ + -avoid-version + +_collecty_la_LIBADD = \ + $(LIBATASMART_LIBS) \ + $(PYTHON_DEVEL_LIBS) + dist_dbuspolicy_DATA = \ src/dbus/org.ipfire.collecty1.conf