summaryrefslogtreecommitdiff
path: root/plugingui/tests/Makefile.am
blob: 8af96ee968a5719f58be7b2d86d8c97f9d07f7a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
noinst_PROGRAMS = resizetest tabwidgettest dgwindowtest

resizetest_LDADD = $(top_srcdir)/plugingui/libdggui.la
resizetest_CXXFLAGS = \
	-I$(top_srcdir)/plugingui \
	-I$(top_srcdir)/src \
	-I$(top_srcdir)/hugin
resizetest_SOURCES = \
	resizetest.cc \
	$(top_srcdir)/hugin/hugin.c

tabwidgettest_LDADD = $(top_srcdir)/plugingui/libdggui.la
tabwidgettest_CXXFLAGS = \
	-I$(top_srcdir)/plugingui \
	-I$(top_srcdir)/src \
	-I$(top_srcdir)/hugin
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