mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
17 lines
279 B
Makefile
17 lines
279 B
Makefile
#
|
|
# $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
|
|
|