From dd5e6292cfae4ebdea62f2190964579fe79eb17b Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Wed, 11 Jan 2006 11:37:39 +0000 Subject: Only install pygtk.pth if we're building gobject. * Makefile.am: Only install pygtk.pth if we're building gobject. --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 5496b9ff..f6c17e55 100644 --- a/Makefile.am +++ b/Makefile.am @@ -130,6 +130,7 @@ endif && cp gen-$*.c $*.c \ && rm -f gen-$*.c +if BUILD_GOBJECT # install pth file. install-data-local: $(mkinstalldirs) $(DESTDIR)$(pythondir) @@ -139,6 +140,7 @@ install-exec-local: echo "gtk-$(PLATFORM_VERSION)" > $(DESTDIR)$(pyexecdir)/pygtk.pth uninstall-local: rm -f $(DESTDIR)$(pythondir)/pygtk.pth $(DESTDIR)$(pyexecdir)/pygtk.pth +endif snap: $(MAKE) dist distdir=$(PACKAGE)-SNAP-`date +"%Y%m%d"` -- cgit v1.2.1