summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Suhr Christensen <jsc@umbraculum.org>2014-08-05 20:08:15 +0200
committerJonas Suhr Christensen <jsc@umbraculum.org>2014-08-05 20:08:15 +0200
commitfcac65c66436faa23b8ea10ec8465ac6221e10d2 (patch)
treeff4dbd3f6799fcedcdbbcf5301e6a8f05a278ac0
parente73d3463d3114db2f5db5a453d30fe642e6024f3 (diff)
Removed PUGL code
-rw-r--r--plugingui/Makefile.am.plugingui7
1 files changed, 1 insertions, 6 deletions
diff --git a/plugingui/Makefile.am.plugingui b/plugingui/Makefile.am.plugingui
index 0b4f2d2..075ff3f 100644
--- a/plugingui/Makefile.am.plugingui
+++ b/plugingui/Makefile.am.plugingui
@@ -1,10 +1,4 @@
-if ENABLE_PUGL
-puglsources = $(top_srcdir)/pugl/pugl/pugl_x11.c $(top_srcdir)/plugingui/nativewindow_pugl.cc
-else
-puglsources =
-endif
-
PLUGIN_GUI_SOURCES = \
$(top_srcdir)/hugin/hugin.c \
$(top_srcdir)/hugin/hugin_syslog.c \
@@ -36,6 +30,7 @@ PLUGIN_GUI_SOURCES = \
$(top_srcdir)/plugingui/combobox.cc \
$(top_srcdir)/plugingui/progressbar.cc \
$(top_srcdir)/plugingui/verticalline.cc \
+ $(top_srcdir)/plugingui/config.cc \
$(top_srcdir)/plugingui/resource.cc \
$(top_srcdir)/plugingui/resource_data.cc \
$(top_srcdir)/plugingui/lodepng/lodepng.cpp