diff options
| -rw-r--r-- | Makefile.am | 7 | ||||
| -rw-r--r-- | drumgizmo/Makefile.am | 1 | ||||
| -rw-r--r-- | plugingui/Makefile.am | 8 | ||||
| -rw-r--r-- | test/Makefile.am | 10 | 
4 files changed, 17 insertions, 9 deletions
| diff --git a/Makefile.am b/Makefile.am index 94d578c..f39a2d8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ DISTDIRS = tools include src plugingui plugin drumgizmo man test  EXTRA_DIST = \  	version.h \ +\  	hugin/hugin.h \  	hugin/hugin.hpp \  	hugin/hugin.c \ @@ -11,4 +12,8 @@ EXTRA_DIST = \  	hugin/hugin_syslog.h \  	hugin/hugin_syslog.c \  	hugin/hugin_filter.h \ -	hugin/hugin_filter.c +	hugin/hugin_filter.c \ +\ +	getoptpp/getoptpp.hpp \ +\ +	plugingui/lodepng/lodepng.h diff --git a/drumgizmo/Makefile.am b/drumgizmo/Makefile.am index 4bf578c..f221b5f 100644 --- a/drumgizmo/Makefile.am +++ b/drumgizmo/Makefile.am @@ -90,7 +90,6 @@ endif # HAVE_OUTPUT_JACKAUDIO  EXTRA_DIST = \  	jackclient.h \  	enginefactory.h \ -	getoptpp/getoptpp.hpp \  	input/inputdummy.h \  	input/test.h \  	input/jackmidi.h \ diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 84b351f..3f96ff8 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -180,6 +180,7 @@ EXTRA_DIST = \  	$(nodist_libdggui_la_SOURCES) \  	$(RES) \  	abouttab.h \ +	bleedcontrolframecontent.h \  	button.h \  	button_base.h \  	canvas.h \ @@ -196,12 +197,14 @@ EXTRA_DIST = \  	font.h \  	frame.h \  	guievent.h \ -	humanizerframecontent.h \ +	humanisertab.h \  	humaniservisualiser.h \ +	humanizerframecontent.h \  	image.h \  	imagecache.h \  	knob.h \  	label.h \ +	labeledcontrol.h \  	layout.h \  	led.h \  	lineedit.h \ @@ -238,5 +241,4 @@ EXTRA_DIST = \  	verticalline.h \  	visualizerframecontent.h \  	widget.h \ -	window.h \ -	lodepng/lodepng.h +	window.h diff --git a/test/Makefile.am b/test/Makefile.am index e30322a..50c1b9d 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -9,6 +9,12 @@ TESTS = resource enginetest paintertest resampler configfile audiocache \  	semaphoretest drumkitcreatortest bytesizeparsertest notifiertest \  	instrumentparsertest drumkitparsertest +EXTRA_DIST = \ +	dgunit.h \ +	drumkit_creator.h \ +	lv2_test_host.h \ +	scopedfile.h +  if ENABLE_LV2  TESTS += lv2  endif @@ -155,10 +161,6 @@ syncedsettingstest_CXXFLAGS = -DOUTPUT=\"syncedsettingstest\" \  syncedsettingstest_LDFLAGS =  syncedsettingstest_SOURCES = syncedsettings.cc dgtest.cc -EXTRA_DIST = \ -	lv2_test_host.h \ -	drumkit_creator.h -  imagecachetest_CXXFLAGS = -DOUTPUT=\"imagecachetest\" \  	-I$(top_srcdir)/src -I$(top_srcdir)/plugingui  -I$(top_srcdir)/hugin  imagecachetest_LDFLAGS = $(top_srcdir)/plugingui/libdggui.la | 
