Dolda2000 GitWeb
/
doldaconnect.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Ignore copied utils.h.
[doldaconnect.git]
/
clients
/
Makefile.am
1
SUBDIRS=@clients@
2
DIST_SUBDIRS=gtk2 gnome-trans-applet gaim
3
EXTRA_DIST=hellodolda.jpg
4
5
iconsdir = $(datadir)/pixmaps
6
icons_DATA = hellodolda.jpg
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