]> git.draconx.ca Git - pcm-dplii.git/blob - Makefile.am
Initial commit
[pcm-dplii.git] / Makefile.am
1 # Copyright © 2014 Nick Bowler
2 #
3 # License WTFPL2: Do What The Fuck You Want To Public License, version 2.
4 # This is free software: you are free to do what the fuck you want to.
5 # There is NO WARRANTY, to the extent permitted by law.
6
7 ACLOCAL_AMFLAGS = -I m4
8
9 AM_CFLAGS = -shared $(AVRESAMPLE_CFLAGS) $(ALSA_CFLAGS)
10
11 plugin_LTLIBRARIES = libasound_module_pcm_dplii.la
12 libasound_module_pcm_dplii_la_SOURCES = src/dplii.c
13 libasound_module_pcm_dplii_la_LDFLAGS = -module -avoid-version
14 libasound_module_pcm_dplii_la_LIBADD = $(AVRESAMPLE_LIBS)