|
|
@@ -12,14 +12,14 @@ |
|
|
|
## |
|
|
|
|
|
|
|
CONFDATA = \ |
|
|
|
SNF4CGP.xml.sample \ |
|
|
|
snf_engine.xml.sample \ |
|
|
|
identity.xml.sample |
|
|
|
|
|
|
|
sampleconfdir = @sysconfdir@/@PACKAGE_NAME@ |
|
|
|
sampleconf_DATA = $(CONFDATA) |
|
|
|
|
|
|
|
SNF4CGP.xml.sample: SNF4CGP.xml.sample.in Makefile |
|
|
|
cat @top_srcdir@/config_files/SNF4CGP.xml.sample.in | sed -e s+SYSCONFDIR+@sysconfdir@+ -e s+PREFIX+@prefix@+ -e s+PACKAGE_NAME+@PACKAGE_NAME@+ > $@ |
|
|
|
snf_engine.xml.sample: snf_engine.xml.sample.in Makefile |
|
|
|
cat @top_srcdir@/config_files/snf_engine.xml.sample.in | sed -e s+SYSCONFDIR+@sysconfdir@+ -e s+PREFIX+@prefix@+ -e s+PACKAGE_NAME+@PACKAGE_NAME@+ > $@ |
|
|
|
|
|
|
|
identity.xml.sample: identity.xml.sample.in |
|
|
|
cp @top_srcdir@/config_files/identity.xml.sample.in $@ |
|
|
@@ -28,7 +28,7 @@ pkgdata_DATA = \ |
|
|
|
GBUdbIgnoreList.txt.sample |
|
|
|
|
|
|
|
EXTRA_DIST = \ |
|
|
|
SNF4CGP.xml.sample.in \ |
|
|
|
snf_engine.xml.sample.in \ |
|
|
|
identity.xml.sample.in \ |
|
|
|
GBUdbIgnoreList.txt.sample \ |
|
|
|
Makefile.am |