summaryrefslogtreecommitdiffstats
path: root/src/modules/Makefile.am
blob: 40e15cc861b9205acbed43c26a9ac51afc0b9a16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
madlibdir                     = ${libdir}/mad
moddir                        = ${madlibdir}/modules

mod_LTLIBRARIES               = SystemBackendPosix.la SystemBackendProc.la

SystemBackendPosix_la_SOURCES = SystemBackendPosix.cpp
SystemBackendPosix_la_LIBADD  = $(sigc_LIBS)
SystemBackendPosix_la_LDFLAGS = -module -avoid-version -export-dynamic -static -export-symbols-regex '^SystemBackendPosix_LTX_'

SystemBackendProc_la_SOURCES  = SystemBackendProc.cpp
SystemBackendProc_la_LDFLAGS  = -module -avoid-version -export-dynamic -static -export-symbols-regex '^SystemBackendProc_LTX_'

noinst_HEADERS                = SystemBackendPosix.h SystemBackendProc.h