File: Makefile.am

package info (click to toggle)
alsa-plugins 1.2.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,616 kB
  • sloc: ansic: 12,414; sh: 4,159; makefile: 298
file content (9 lines) | stat: -rw-r--r-- 350 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
asound_module_pcm_aaf_LTLIBRARIES = libasound_module_pcm_aaf.la

asound_module_pcm_aafdir = @ALSA_PLUGIN_DIR@

AM_CFLAGS = @ALSA_CFLAGS@ @AVTP_CFLAGS@
AM_LDFLAGS = -module -avoid-version -export-dynamic -no-undefined $(LDFLAGS_NOUNDEFINED)

libasound_module_pcm_aaf_la_SOURCES = pcm_aaf.c
libasound_module_pcm_aaf_la_LIBADD = @ALSA_LIBS@ @AVTP_LIBS@