khanat-opennel-code/code/snowballs2/client/Makefile.am

18 lines
279 B
Makefile
Raw Normal View History

2010-05-08 13:37:08 +00:00
#
# $Id: Makefile.am,v 1.3 2002-04-10 07:32:46 lecroart Exp $
#
SUBDIRS = src data
EXTRA_DIST = client.cfg.in \
client.dsp \
data
AM_CXXFLAGS = -DSNOWBALLS_CONFIG="\"$pkgsysconfdir\""
clientdir = ${pkgsysconfdir}
client_DATA = client.cfg
# End of Makefile.am