summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorben <benjaminfranzke@googlemail.com>2010-07-12 01:39:21 +0200
committerben <benjaminfranzke@googlemail.com>2010-07-12 01:39:21 +0200
commit60d15a5301288b71c04fbb65b6674be69c7a5d99 (patch)
treea05baa8b84da743d336fb0183371b1fca716a088 /Makefile.am
parent711806a631bc33f07ee40af8736e0721e766c26d (diff)
downloadpa-sink-ctl-60d15a5301288b71c04fbb65b6674be69c7a5d99.tar.gz
pa-sink-ctl-60d15a5301288b71c04fbb65b6674be69c7a5d99.tar.bz2
pa-sink-ctl-60d15a5301288b71c04fbb65b6674be69c7a5d99.zip
makefile: add header files (for make dist)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index b68949e..8b4e688 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,3 +3,5 @@ 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