From 3b969a5f679ff7ea4d4b81bb35685216ab7b667f Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Mon, 17 Apr 2017 21:09:57 +0200 Subject: Remove obsolete PluginGUI and DGWindow classes. --- plugingui/tests/Makefile.am | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'plugingui/tests/Makefile.am') diff --git a/plugingui/tests/Makefile.am b/plugingui/tests/Makefile.am index 917c66f..63d8c61 100644 --- a/plugingui/tests/Makefile.am +++ b/plugingui/tests/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = resizetest tabwidgettest dgwindowtest framewidgettest \ +noinst_PROGRAMS = resizetest tabwidgettest framewidgettest \ filebrowsertest resizetest_LDADD = $(top_srcdir)/plugingui/libdggui.la @@ -28,17 +28,6 @@ filebrowsertest_SOURCES = \ filebrowsertest.cc \ $(top_srcdir)/hugin/hugin.c -dgwindowtest_LDADD = \ - $(top_srcdir)/plugingui/libdggui.la \ - $(top_srcdir)/src/libdg.la -dgwindowtest_CXXFLAGS = \ - -I$(top_srcdir)/plugingui \ - -I$(top_srcdir)/src \ - -I$(top_srcdir)/hugin -dgwindowtest_SOURCES = \ - dgwindowtest.cc \ - $(top_srcdir)/hugin/hugin.c - framewidgettest_LDADD = $(top_srcdir)/plugingui/libdggui.la framewidgettest_CXXFLAGS = \ -I$(top_srcdir)/plugingui \ -- cgit v1.2.3