diff options
-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 |