diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-12 17:39:28 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2017-03-23 20:17:52 +0100 |
commit | 7860651ee543385bb6d1c229312b20e78150f118 (patch) | |
tree | 013bac8986d1753f470db68cfdcbe4c92d00ace8 /plugingui/tests/Makefile.am | |
parent | 54d0e5d4b13b18668b1c044f197fe528bb43d4a2 (diff) |
Preliminary plugin gui for disktreaming control.
Diffstat (limited to 'plugingui/tests/Makefile.am')
-rw-r--r-- | plugingui/tests/Makefile.am | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/plugingui/tests/Makefile.am b/plugingui/tests/Makefile.am index acc5d96..8af96ee 100644 --- a/plugingui/tests/Makefile.am +++ b/plugingui/tests/Makefile.am @@ -1,4 +1,4 @@ -noinst_PROGRAMS = resizetest tabwidgettest +noinst_PROGRAMS = resizetest tabwidgettest dgwindowtest resizetest_LDADD = $(top_srcdir)/plugingui/libdggui.la resizetest_CXXFLAGS = \ @@ -17,3 +17,14 @@ tabwidgettest_CXXFLAGS = \ tabwidgettest_SOURCES = \ tabwidgettest.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 |