diff options
| author | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-21 12:12:35 +0200 | 
|---|---|---|
| committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2018-07-21 12:12:35 +0200 | 
| commit | 94e8431f321a359743d0663f50d5e9a53155dd9d (patch) | |
| tree | 3cce6e0277bc32ee14c3bd1cc4f34a87a9a4ddbc /plugingui | |
| parent | a78c92a21a0f75898191e63f8de64e04692f21de (diff) | |
Add missing headerfiles to EXTRA_DIST.
Diffstat (limited to 'plugingui')
| -rw-r--r-- | plugingui/Makefile.am | 8 | 
1 files changed, 5 insertions, 3 deletions
| 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 | 
