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