diff options
| -rw-r--r-- | configure.ac | 2 | ||||
| -rw-r--r-- | plugingui/Makefile.am | 18 | ||||
| -rw-r--r-- | src/Makefile.am | 41 | ||||
| -rw-r--r-- | test/Makefile.am | 2 | ||||
| -rw-r--r-- | test/uitests/Makefile.am (renamed from plugingui/tests/Makefile.am) | 0 | ||||
| -rw-r--r-- | test/uitests/filebrowsertest.cc (renamed from plugingui/tests/filebrowsertest.cc) | 0 | ||||
| -rw-r--r-- | test/uitests/framewidgettest.cc (renamed from plugingui/tests/framewidgettest.cc) | 0 | ||||
| -rw-r--r-- | test/uitests/resizetest.cc (renamed from plugingui/tests/resizetest.cc) | 0 | ||||
| -rw-r--r-- | test/uitests/tabwidgettest.cc (renamed from plugingui/tests/tabwidgettest.cc) | 0 | 
9 files changed, 20 insertions, 43 deletions
diff --git a/configure.ac b/configure.ac index d437b0f..c2c17ef 100644 --- a/configure.ac +++ b/configure.ac @@ -701,11 +701,11 @@ AC_CONFIG_FILES(  	plugin/Makefile  	plugin/vst/Makefile  	plugingui/Makefile -	plugingui/tests/Makefile  	include/Makefile  	man/Makefile  	test/Makefile  	test/dgreftest/Makefile +	test/uitests/Makefile  	drumgizmo/Makefile)  AC_OUTPUT() diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index f6bd705..a7ee485 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -133,19 +133,26 @@ plugingui_SOURCES = \  rcgen_SOURCES = rcgen.cc  EXTRA_DIST = \ +	$(nodist_libdggui_la_SOURCES) \ +	$(RES) \ +	abouttab.h \  	button.h \  	button_base.h \  	canvas.h \  	checkbox.h \  	colour.h \  	combobox.h \ -	drawable.h \  	dialog.h \  	directory.h \ +	diskstreamingframecontent.h \ +	drawable.h \ +	drumkitframecontent.h \  	eventhandler.h \  	filebrowser.h \  	font.h \ +	frame.h \  	guievent.h \ +	humanizerframecontent.h \  	image.h \  	imagecache.h \  	knob.h \ @@ -156,24 +163,31 @@ EXTRA_DIST = \  	listbox.h \  	listboxbasic.h \  	listboxthin.h \ +	maintab.h \ +	mainwindow.h \  	nativewindow.h \ -	nativewindow.h \ +	nativewindow_cocoa.h \ +	nativewindow_pugl.h \  	nativewindow_win32.h \  	nativewindow_x11.h \  	painter.h \  	pixelbuffer.h \  	pluginconfig.h \ +	powerbutton.h \  	progressbar.h \  	resource.h \  	resource_data.h \  	scrollbar.h \  	slider.h \  	stackedwidget.h \ +	statusframecontent.h \  	tabbutton.h \  	tabwidget.h \  	textedit.h \  	texture.h \  	texturedbox.h \ +	toggle.h \ +	utf8.h \  	verticalline.h \  	widget.h \  	window.h \ diff --git a/src/Makefile.am b/src/Makefile.am index d2f2567..d0ede77 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -48,6 +48,7 @@ nodist_libdg_la_SOURCES = \  	versionstr.cc  EXTRA_DIST = \ +	$(nodist_libdg_la_SOURCES) \  	atomic.h \  	audio.h \  	audiocache.h \ @@ -94,42 +95,4 @@ EXTRA_DIST = \  	staminafilter.h \  	syncedsettings.h \  	thread.h \ -	versionstr.h \ - \ -	audiocache.cc \ -	audiocacheeventhandler.cc \ -	audiocachefile.cc \ -	audiocacheidmanager.cc \ -	audiofile.cc \ -	audioinputengine.cc \ -	audioinputenginemidi.cc \ -	audiooutputengine.cc \ -	beatmapper.cc \ -	bytesizeparser.cc \ -	channel.cc \ -	channelmixer.cc \ -	chresampler.cc \ -	configfile.cc \ -	configparser.cc \ -	drumgizmo.cc \ -	drumkit.cc \ -	drumkitloader.cc \ -	drumkitparser.cc \ -	events.cc \ -	inputprocessor.cc \ -	instrument.cc \ -	instrumentparser.cc \ -	latencyfilter.cc \ -	memchecker.cc \ -	midimapparser.cc \ -	midimapper.cc \ -	mutex.cc \ -	path.cc \ -	powerlist.cc \ -	random.cc \ -	sample.cc \ -	saxparser.cc \ -	semaphore.cc \ -	staminafilter.cc \ -	thread.cc \ -	versionstr.cc +	versionstr.h
\ No newline at end of file diff --git a/test/Makefile.am b/test/Makefile.am index 58d7f1b..027b022 100644 --- a/test/Makefile.am +++ b/test/Makefile.am @@ -1,5 +1,5 @@  # Rules for the test code (use `make check` to execute) -SUBDIRS = dgreftest +SUBDIRS = dgreftest uitests  if ENABLE_TESTS diff --git a/plugingui/tests/Makefile.am b/test/uitests/Makefile.am index 63d8c61..63d8c61 100644 --- a/plugingui/tests/Makefile.am +++ b/test/uitests/Makefile.am diff --git a/plugingui/tests/filebrowsertest.cc b/test/uitests/filebrowsertest.cc index c558fab..c558fab 100644 --- a/plugingui/tests/filebrowsertest.cc +++ b/test/uitests/filebrowsertest.cc diff --git a/plugingui/tests/framewidgettest.cc b/test/uitests/framewidgettest.cc index 2b94688..2b94688 100644 --- a/plugingui/tests/framewidgettest.cc +++ b/test/uitests/framewidgettest.cc diff --git a/plugingui/tests/resizetest.cc b/test/uitests/resizetest.cc index f5ba01b..f5ba01b 100644 --- a/plugingui/tests/resizetest.cc +++ b/test/uitests/resizetest.cc diff --git a/plugingui/tests/tabwidgettest.cc b/test/uitests/tabwidgettest.cc index 292991c..292991c 100644 --- a/plugingui/tests/tabwidgettest.cc +++ b/test/uitests/tabwidgettest.cc  | 
