Browse Source

Renamed SNF4CGP.xml.sample.in to snf_engine.xml.sample.in


git-svn-id: https://svn.microneil.com/svn/SNF4CGP/trunk@40 59e8e3e7-56fa-483b-b4b4-fa6ab0af3dfc
master
adeniz 15 years ago
parent
commit
4275f5bfb4
2 changed files with 4 additions and 4 deletions
  1. 4
    4
      Misc/Makefile.am
  2. 0
    0
      Misc/snf_engine.xml.sample.in

+ 4
- 4
Misc/Makefile.am View File

@@ -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

Misc/SNF4CGP.xml.sample.in → Misc/snf_engine.xml.sample.in View File


Loading…
Cancel
Save