Use pkg-config to find ncursesw
[centerim5.git] / tests / Makefile.am
blob8d78e32f41edcd0843cca5a9f92c7930a3c55c66
1 check_PROGRAMS = \
2         button \
3         colorpicker \
4         label \
5         submenu \
6         textentry \
7         textview \
8         treeview \
9         window
11 AM_CPPFLAGS = \
12         $(SIGC_CFLAGS) \
13         -I$(top_srcdir)
15 LDADD = \
16         $(SIGC_LIBS) \
17         $(top_builddir)/cppconsui/libcppconsui.la
19 button_SOURCES = \
20         button.cpp \
21         main.cpp
23 colorpicker_SOURCES = \
24         colorpicker.cpp \
25         main.cpp
27 label_SOURCES = \
28         label.cpp \
29         main.cpp
31 submenu_SOURCES = \
32         submenu.cpp \
33         main.cpp
35 textentry_SOURCES = \
36         textentry.cpp \
37         main.cpp
39 textview_SOURCES = \
40         textview.cpp \
41         main.cpp
43 treeview_SOURCES = \
44         treeview.cpp \
45         main.cpp
47 window_SOURCES = \
48         window.cpp \
49         main.cpp