diff options
Diffstat (limited to 'plugingui/Makefile.am')
-rw-r--r-- | plugingui/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugingui/Makefile.am b/plugingui/Makefile.am index bc90f09..cc40516 100644 --- a/plugingui/Makefile.am +++ b/plugingui/Makefile.am @@ -27,6 +27,7 @@ EXTRA_DIST = \ checkbox.h \ colour.h \ combobox.h \ + dgwindow.h \ directory.h \ eventhandler.h \ filebrowser.h \ @@ -35,6 +36,7 @@ EXTRA_DIST = \ image.h \ knob.h \ label.h \ + layout.h \ led.h \ lineedit.h \ listbox.h \ @@ -44,6 +46,7 @@ EXTRA_DIST = \ nativewindow.h \ nativewindow_win32.h \ nativewindow_x11.h \ + notifier.h \ painter.h \ pixelbuffer.h \ pluginconfig.h \ @@ -53,6 +56,7 @@ EXTRA_DIST = \ resource_data.h \ scrollbar.h \ slider.h \ + textedit.h \ verticalline.h \ widget.h \ window.h \ |