mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-12-14 05:04:50 +00:00
15 lines
297 B
Text
15 lines
297 B
Text
|
#
|
||
|
# $Id: Makefile.am,v 1.7 2002-03-19 17:42:49 valignat Exp $
|
||
|
#
|
||
|
|
||
|
MAINTAINERCLEANFILES = Makefile.in
|
||
|
|
||
|
sbin_PROGRAMS = sno_chat
|
||
|
|
||
|
sno_chat_SOURCES = main.cpp
|
||
|
|
||
|
AM_CXXFLAGS = -DSNOWBALLS_CONFIG="\"${pkgsysconfdir}\"" -DSNOWBALLS_LOGS="\"${logdir}\""
|
||
|
|
||
|
# End of Makefile.am
|
||
|
|