Commit | Line | Data |
---|---|---|
d3372da9 | 1 | SUBDIRS=@clients@ |
f00d861d | 2 | DIST_SUBDIRS=gtk2 gnome-trans-applet gaim |
d3372da9 | 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 |