summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 8b4e6883018803fd954964b2cf7f9f01d9d678c4 (plain)
1
2
3
4
5
6
7
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@

noinst_HEADERS = interface.h pa-sink-ctl.h sink.h sink_input.h