From 28934c6bc1a55b993f54b5ff7e3c809767f694d2 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Sun, 23 Apr 2017 10:00:42 +0200 Subject: Fix dist target. --- plugingui/Makefile.am | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to 'plugingui/Makefile.am') 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 \ -- cgit v1.2.3