diff options
author | ben <benjaminfranzke@googlemail.com> | 2010-07-12 01:39:21 +0200 |
---|---|---|
committer | ben <benjaminfranzke@googlemail.com> | 2010-07-12 01:39:21 +0200 |
commit | 60d15a5301288b71c04fbb65b6674be69c7a5d99 (patch) | |
tree | a05baa8b84da743d336fb0183371b1fca716a088 | |
parent | 711806a631bc33f07ee40af8736e0721e766c26d (diff) | |
download | pa-sink-ctl-60d15a5301288b71c04fbb65b6674be69c7a5d99.tar.gz pa-sink-ctl-60d15a5301288b71c04fbb65b6674be69c7a5d99.tar.bz2 pa-sink-ctl-60d15a5301288b71c04fbb65b6674be69c7a5d99.zip |
makefile: add header files (for make dist)
-rw-r--r-- | Makefile.am | 2 |
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 |