diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-21 13:59:37 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2015-12-21 13:59:37 +0100 |
commit | 0034f7ddeef9a2564f0ae51a7c815a6652a0f9e0 (patch) | |
tree | 6896f0214d8141a60ebdcea3f387ddef87adf1d3 /plugingui/Makefile.am.plugingui | |
parent | c6c4a6174e3a8301ecdf355452588a98770e1119 (diff) |
New DGWindow class for the actual UI implementation. PluginGUI is now just handles events and acts as an interface. testcode.
Diffstat (limited to 'plugingui/Makefile.am.plugingui')
-rw-r--r-- | plugingui/Makefile.am.plugingui | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugingui/Makefile.am.plugingui b/plugingui/Makefile.am.plugingui index e337ed6..f4c0a55 100644 --- a/plugingui/Makefile.am.plugingui +++ b/plugingui/Makefile.am.plugingui @@ -1,6 +1,7 @@ PLUGIN_GUI_SOURCES = \ $(top_srcdir)/hugin/hugin.c \ $(top_srcdir)/hugin/hugin_syslog.c \ + $(top_srcdir)/plugingui/dgwindow.cc \ $(top_srcdir)/plugingui/plugingui.cc \ $(top_srcdir)/plugingui/label.cc \ $(top_srcdir)/plugingui/eventhandler.cc \ |