From 3c7af5cffa21cf302b357c6ab722cdb0615e1950 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 27 Aug 2005 17:12:48 +0000 Subject: * add new object ServiceTypeDatabase to avahi module for python git-svn-id: file:///home/lennart/svn/public/avahi/trunk@456 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- avahi-utils/avahi/Makefile.am | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) (limited to 'avahi-utils/avahi/Makefile.am') diff --git a/avahi-utils/avahi/Makefile.am b/avahi-utils/avahi/Makefile.am index 68c7147..c5a4be8 100644 --- a/avahi-utils/avahi/Makefile.am +++ b/avahi-utils/avahi/Makefile.am @@ -17,13 +17,22 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. +EXTRA_DIST = __init__.py SimpleGladeApp.py ServiceTypeDatabase.py.in + if HAVE_PYTHON avahidir = $(pythondir)/avahi -avahi_PYTHON = __init__.py SimpleGladeApp.py +avahi_PYTHON = __init__.py SimpleGladeApp.py ServiceTypeDatabase.py + +BUILT_SOURCES = ServiceTypeDatabase.py + +ServiceTypeDatabase.py: ServiceTypeDatabase.py.in + sed -e 's,@PYTHON\@,$(PYTHON),g' \ + -e 's,@pkgdatadir\@,$(pkgdatadir),g' $< > $@ + chmod +x $@ + +CLEANFILES=*.pyc *.pyo ServiceTypeDatabase.py + endif -EXTRA_DIST = __init__.py SimpleGladeApp.py -clean-local: - rm -rf *.pyc *.pyo -- cgit