repo.or.cz
/
centerim5.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use pkg-config to find ncursesw
[centerim5.git]
/
tests
/
Makefile.am
blob
8d78e32f41edcd0843cca5a9f92c7930a3c55c66
1
check_PROGRAMS = \
2
button \
3
colorpicker \
4
label \
5
submenu \
6
textentry \
7
textview \
8
treeview \
9
window
10
11
AM_CPPFLAGS = \
12
$(SIGC_CFLAGS) \
13
-I$(top_srcdir)
14
15
LDADD = \
16
$(SIGC_LIBS) \
17
$(top_builddir)/cppconsui/libcppconsui.la
18
19
button_SOURCES = \
20
button.cpp \
21
main.cpp
22
23
colorpicker_SOURCES = \
24
colorpicker.cpp \
25
main.cpp
26
27
label_SOURCES = \
28
label.cpp \
29
main.cpp
30
31
submenu_SOURCES = \
32
submenu.cpp \
33
main.cpp
34
35
textentry_SOURCES = \
36
textentry.cpp \
37
main.cpp
38
39
textview_SOURCES = \
40
textview.cpp \
41
main.cpp
42
43
treeview_SOURCES = \
44
treeview.cpp \
45
main.cpp
46
47
window_SOURCES = \
48
window.cpp \
49
main.cpp