summaryrefslogtreecommitdiff
path: root/drumgizmo/output/alsa/Makefile.am
blob: 9f208443a6320972e1d764754b127e2f5383f5cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29

alsasources = \
	alsa.cc

if HAVE_OUTPUT_ALSA

alsaltlibs = alsa.la
alsabuildsources = $(alsasources)

else

alsaltlibs =
alsabuildsources =

endif

EXTRA_DIST = $(alsasources)

lib_LTLIBRARIES = $(alsaltlibs)

libdir = $(OUTPUT_PLUGIN_DIR)

AM_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/include $(ALSA_CFLAGS)
alsa_la_LDFLAGS = $(ALSA_LIBS) -module -avoid-version -shared
alsa_la_LIBADD =
alsa_la_SOURCES = $(alsabuildsources)

install-exec-hook:
	rm -f $(DESTDIR)$(libdir)/alsa.la