summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: 315abd7e2250bc572f09382adb9216292ecbaa87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUBDIRS = libfileaccess libapoc apocd src 

apocddir=$(APOCDIR)
apocd_DATA=build/class/apocd.jar

configdir=$(sysconfdir)
config_DATA= \
	src/com/sun/apoc/daemon/properties/apocd.properties \
	src/com/sun/apoc/daemon/properties/os.properties \
	src/com/sun/apoc/daemon/properties/policymgr.properties


if SOLARIS
smfdir=$(localstatedir)/svc/manifest/network
smf_DATA=smf/apocd.xml
endif