From 60d15a5301288b71c04fbb65b6674be69c7a5d99 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 12 Jul 2010 01:39:21 +0200 Subject: makefile: add header files (for make dist) --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') 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 -- cgit