Commit | Line | Data |
---|---|---|
1 | SUBDIRS=@clients@ | |
2 | DIST_SUBDIRS=gtk2 gnome-trans-applet gaim | |
3 | EXTRA_DIST=hellodolda.jpg | |
4 | ||
5 | iconsdir = $(datadir)/pixmaps | |
6 | icons_DATA = hellodolda.jpg | |
7 | ||
8 | noinst_PROGRAMS=test | |
9 | ||
10 | test_SOURCES=test.c | |
11 | ||
12 | test_LDADD=$(top_srcdir)/lib/libdcui.la | |
13 | AM_CPPFLAGS=-I$(top_srcdir)/include |