summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: b68949ea5b302beb9cf3a9c48006bfb9a648b9aa (plain)
1
2
3
4
5
bin_PROGRAMS = pa_sink_ctl
pa_sink_ctl_SOURCES =interface.c pa-sink-ctl.c sink.c sink_input.c

AM_CFLAGS  =-std=c99 -pedantic -Wall -Werror @PULSE_CFLAGS@ 
pa_sink_ctl_LDADD   =@PULSE_LIBS@ @CURSES_LIBS@