Transfer from CVS at SourceForge
[doldaconnect.git] / clients / Makefile.am
CommitLineData
d3372da9 1SUBDIRS=@clients@
2DIST_SUBDIRS=gtk2 gnome-trans-applet
3EXTRA_DIST=hellodolda.jpg
4
5iconsdir = $(datadir)/pixmaps
6icons_DATA = hellodolda.jpg
7
8noinst_PROGRAMS=test
9
10test_SOURCES=test.c
11
12test_LDADD=$(top_srcdir)/lib/libdcui.la
13AM_CPPFLAGS=-I$(top_srcdir)/include