configure.ac: Don't let the LIBS setting leak out.
[distorted-backup] / Makefile.am
index d27c011..b8a3518 100644 (file)
@@ -7,18 +7,20 @@
 
 ###----- Licensing notice ---------------------------------------------------
 ###
-### This program is free software; you can redistribute it and/or modify
+### This file is part of the distorted.org.uk backup suite.
+###
+### distorted-backup is free software; you can redistribute it and/or modify
 ### it under the terms of the GNU General Public License as published by
 ### the Free Software Foundation; either version 2 of the License, or
 ### (at your option) any later version.
 ###
-### This program is distributed in the hope that it will be useful,
+### distorted-backup is distributed in the hope that it will be useful,
 ### but WITHOUT ANY WARRANTY; without even the implied warranty of
 ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 ### GNU General Public License for more details.
 ###
-### You should have received a copy of the GNU General Public License
-### along with this program; if not, write to the Free Software Foundation,
+### You should have received a copy of the GNU General Public License along
+### with distorted-backup; if not, write to the Free Software Foundation,
 ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
 bin_PROGRAMS            =
@@ -28,7 +30,8 @@ sbin_SCRIPTS           =
 noinst_SCRIPTS          =
 
 pkglibexec_PROGRAMS     =
-pkglib_DATA             =
+npkglibdir              = $(pkglibdir)
+npkglib_DATA            =
 
 man_MANS                =
 dist_man_MANS           =
@@ -52,12 +55,12 @@ confsubst = $(top_srcdir)/config/confsubst
 EXTRA_DIST             += config/confsubst
 
 SUBSTVARS = \
-        PACKAGE="$(PACKAGE)" VERSION="$(VERSION)" \
+       PACKAGE="$(PACKAGE)" VERSION="$(VERSION)" \
        PERL="$(PERL)" \
-        prefix="$(prefix)" exec_prefix="$(exec_prefix)" \
+       prefix="$(prefix)" exec_prefix="$(exec_prefix)" \
        sbindir="$(sbindir)" \
-        sysconfdir="$(sysconfdir)" \
-        pkglibdir="$(pkglibdir)" \
+       sysconfdir="$(sysconfdir)" \
+       pkglibdir="$(pkglibdir)" \
        bkplibexecdir="$(bkplibexecdir)" \
        snaplibexecdir="$(snaplibexecdir)" \
        pkglibexecdir="$(pkglibexecdir)"
@@ -154,7 +157,7 @@ bkp: bkp.in Makefile
                chmod +x bkp.new && mv bkp.new bkp
 
 ## Type handler utility library.
-pkglib_DATA            += bkpfunc.sh
+npkglib_DATA           += bkpfunc.sh
 EXTRA_DIST             += bkpfunc.sh
 
 ## Backup type handlers.