madlibdir = ${libdir}/mad moddir = ${madlibdir}/modules mod_LTLIBRARIES = SystemBackendPosix.la SystemBackendProc.la AM_LDFLAGS = -module -avoid-version -export-dynamic SystemBackendPosix_la_SOURCES = SystemBackendPosix.cpp SystemBackendPosix_la_LIBADD = $(sigc_LIBS) SystemBackendProc_la_SOURCES = SystemBackendProc.cpp noinst_HEADERS = SystemBackendPosix.h SystemBackendProc.h