diff options
author | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-08-05 20:08:15 +0200 |
---|---|---|
committer | Jonas Suhr Christensen <jsc@umbraculum.org> | 2014-08-05 20:08:15 +0200 |
commit | fcac65c66436faa23b8ea10ec8465ac6221e10d2 (patch) | |
tree | ff4dbd3f6799fcedcdbbcf5301e6a8f05a278ac0 /plugingui | |
parent | e73d3463d3114db2f5db5a453d30fe642e6024f3 (diff) |
Removed PUGL code
Diffstat (limited to 'plugingui')
-rw-r--r-- | plugingui/Makefile.am.plugingui | 7 |
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 |