mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
18 lines
279 B
Text
18 lines
279 B
Text
|
#
|
||
|
# $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
|
||
|
|