summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-23 01:54:16 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-23 02:06:24 +0200
commit0eec648896debbc8aa5411868324365c8f15ba84 (patch)
tree66dd5fb9b7ce9917b2621d5ed2eb946af67096bf /src
parentf610c60a84e0ff5ee840b9632be89524946c7757 (diff)
downloadpa-sink-ctl-0eec648896debbc8aa5411868324365c8f15ba84.tar.gz
pa-sink-ctl-0eec648896debbc8aa5411868324365c8f15ba84.tar.bz2
pa-sink-ctl-0eec648896debbc8aa5411868324365c8f15ba84.zip
fit autotools config to actual changes and improve
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 1d800a5..e23f3d5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -1,7 +1,7 @@
-bin_PROGRAMS = pa_sink_ctl
+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@ @PULSE_MAINLOOP_CFLAGS@ @GLIB_CFLAGS@
-pa_sink_ctl_LDADD = @PULSE_LIBS@ @PULSE_MAINLOOP_LIBS@ @GLIB_LIBS@ @CURSES_LIBS@
+pa_sink_ctl_LDADD = @GLIB_LIBS@ @PULSE_LIBS@ @PULSE_MAINLOOP_LIBS@ @CURSES_LIBS@
noinst_HEADERS = interface.h pa-sink-ctl.h sink.h sink_input.h