summaryrefslogtreecommitdiffstats
path: root/src/modules/Makefile.am
blob: 18d8ad63dfcbe7d4136ff99eb872c164c6a5ec4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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