From 0eec648896debbc8aa5411868324365c8f15ba84 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 23 Jul 2010 01:54:16 +0200 Subject: fit autotools config to actual changes and improve --- src/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit