16 lines
274 B
Text
16 lines
274 B
Text
|
#
|
||
|
# $Id: Makefile.am,v 1.3 2002-04-10 07:32:46 lecroart Exp $
|
||
|
#
|
||
|
|
||
|
MAINTAINERCLEANFILES = Makefile.in
|
||
|
|
||
|
SUBDIRS = src
|
||
|
|
||
|
EXTRA_DIST = chat_service.cfg chat_8.vcproj chat.dsp chat.vcproj
|
||
|
|
||
|
sno_chatdir = ${pkgsysconfdir}
|
||
|
sno_chat_DATA = chat_service.cfg
|
||
|
|
||
|
# End of Makefile.am
|
||
|
|