From ad4beb4724074b16f0fffa972ac3fad3376ad2f2 Mon Sep 17 00:00:00 2001 From: Robin Haberkorn Date: Fri, 31 Dec 2010 01:25:15 +0100 Subject: support for source distributions using the "make dist" mechanism --- src/Makefile.am | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index eef69bb..2503f87 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,5 +1,11 @@ bin_PROGRAMS = controller -controller_SOURCES = controller.c xml.c graphics.c controls.c \ - fontface.c OSC-client.c osc.c +controller_SOURCES = controller.c controller.h \ + xml.c xml.h \ + graphics.c graphics.h \ + controls.c controls.h \ + fontface.c fontface.h \ + OSC-client.c OSC-client.h \ + osc.c osc.h +EXTRA_DIST = biosfont.h.cpp -- cgit v1.2.3