diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-16 11:40:09 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2019-06-16 11:40:09 +0200 | 
| commit | cebc0900d43d67ee438880d699edabc3d35db9c2 (patch) | |
| tree | b878c675726ef6265fd6526f33bec98f136ebf13 /plugingui | |
| parent | 13d1831777c6a64fb9c4f27bf265b0c21a2b645f (diff) | |
Add missing dist-files.
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/Makefile.am | 5 | 
1 files changed, 4 insertions, 1 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index 778d909..b33fc47 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -196,12 +196,13 @@ EXTRA_DIST = \  	diskstreamingframecontent.h \  	drawable.h \  	drumkitframecontent.h \ +	drumkittab.h \  	eventhandler.h \  	filebrowser.h \  	font.h \  	frame.h \  	guievent.h \ -	humanisertab.h \ +	helpbutton.h \  	humaniservisualiser.h \  	humanizerframecontent.h \  	image.h \ @@ -230,6 +231,7 @@ EXTRA_DIST = \  	resamplingframecontent.h \  	resource.h \  	resource_data.h \ +	sampleselectionframecontent.h \  	scrollbar.h \  	slider.h \  	stackedwidget.h \ @@ -241,6 +243,7 @@ EXTRA_DIST = \  	texturedbox.h \  	timingframecontent.h \  	toggle.h \ +	tooltip.h \  	utf8.h \  	verticalline.h \  	visualizerframecontent.h \  | 
