Merge commit 'refs/remotes/pubserv/master'
[doldaconnect.git] / clients / Makefile.am
1 SUBDIRS=@clients@
2 DIST_SUBDIRS=gtk2 tty gnome-trans-applet gaim
3 EXTRA_DIST=hellodolda.png
4
5 iconsdir = $(datadir)/pixmaps
6 icons_DATA = hellodolda.png
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