]> git.meshlink.io Git - catta/blobdiff - service-type-database/Makefile.am
init: fix fedora init script handling for PIDFILE (rhbz#600430)
[catta] / service-type-database / Makefile.am
index c41dc70b1a5e6f39cd340ab99ddf4a45beae8db5..6419ba7729449d138b2e1798a7cde4c0e58b4110 100644 (file)
@@ -1,7 +1,5 @@
-# $Id$
-#
 # This file is part of avahi.
-# 
+#
 # avahi is free software; you can redistribute it and/or modify it
 # under the terms of the GNU Lesser General Public License as
 # published by the Free Software Foundation; either version 2 of the
 EXTRA_DIST=build-db.in service-types
 
 pkgdata_DATA=service-types
+pkglib_DATA=
 
 if HAVE_PYTHON
 if HAVE_GDBM
 
 noinst_SCRIPTS=build-db
-pkgdata_DATA+=service-types.db
+pkglib_DATA+=service-types.db
 
 build-db: build-db.in
        sed -e 's,@PYTHON\@,$(PYTHON),g' \
@@ -42,7 +41,7 @@ endif
 if HAVE_DBM
 
 noinst_SCRIPTS=build-db
-pkgdata_DATA+=service-types.db.pag service-types.db.dir
+pkglib_DATA+=service-types.db.pag service-types.db.dir
 
 build-db: build-db.in
        sed -e 's,@PYTHON\@,$(PYTHON),g' \