mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-06 07:19:08 +00:00
23 lines
628 B
Makefile
23 lines
628 B
Makefile
#
|
|
# $Id: Makefile.am,v 1.7 2006/05/31 12:14:16 boucher Exp $
|
|
#
|
|
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
EXTRA_DIST = welcome_service.cfg \
|
|
welcome_service.dsp \
|
|
welcome_service.vcproj \
|
|
welcome_service_8.vcproj \
|
|
common.cfg
|
|
|
|
sbin_PROGRAMS = welcome_service
|
|
|
|
welcome_servicedir = ${pkgsysconfdir}
|
|
welcome_service_DATA = welcome_service.cfg common.cfg
|
|
|
|
AM_CXXFLAGS = -DNELNS_CONFIG="\"${pkgsysconfdir}\"" -DNELNS_STATE="\"${pkglocalstatedir}\"" -DNELNS_LOGS="\"${logdir}\""
|
|
|
|
welcome_service_SOURCES = welcome_service.cpp \
|
|
welcome_service_itf.cpp
|
|
|
|
# End of Makefile.am
|