From 6a7260c338a9b58b8d925f5c413ca5678bab24fa Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 12 Jul 2004 14:57:01 +0000 Subject: [PATCH] added lib/python to directories. --- Makefile.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.in b/Makefile.in index 8870453..c500087 100644 --- a/Makefile.in +++ b/Makefile.in @@ -8,6 +8,8 @@ all install uninstall clean: cd m4;$(MAKE) $@ @echo making $@ in lib... cd lib;$(MAKE) $@ + @echo making $@ in lib/python... + cd lib/python;$(MAKE) $@ @echo making $@ in src... cd src;$(MAKE) $@ @echo making $@ in pdf2swf... @@ -21,7 +23,7 @@ all install uninstall clean: distclean: $(MAKE) clean rm -f config.status config.cache configure config.h Makefile Makefile.common libtool - rm -f lib/lame/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/xpdf/Makefile + rm -f lib/lame/Makefile lib/python/Makefile lib/Makefile src/Makefile avi2swf/Makefile pdf2swf/Makefile pdf2swf/ttf2pt1/Makefile pdf2swf/xpdf/Makefile clean-local: rm -f config.cache gmon.out -- 1.7.10.4