Added transfer reset command.
[doldaconnect.git] / clients / Makefile.am
CommitLineData
d3372da9 1SUBDIRS=@clients@
f00d861d 2DIST_SUBDIRS=gtk2 gnome-trans-applet gaim
d3372da9 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