Skeleton for the GUI shell
[doldaconnect.git] / clients / Makefile.am
1 SUBDIRS=gtk2 tty gnome-trans-applet gaim gui-shell
2 EXTRA_DIST=hellodolda.png
3
4 iconsdir = $(datadir)/pixmaps
5 icons_DATA = hellodolda.png
6
7 noinst_PROGRAMS=test
8
9 test_SOURCES=test.c
10
11 test_LDADD=$(top_srcdir)/lib/libdcui.la
12 AM_CPPFLAGS=-I$(top_srcdir)/include