diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-02 11:18:47 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2005-09-02 11:18:47 +0000 |
commit | f0607ec5f163387423c87b4e820f2f1f9d557efc (patch) | |
tree | 573461ddf744e6c49c22a1091de5363aecefeaa0 /Makefile.am | |
parent | e4ae0699d66e44c1f02e383931ce60ead0903247 (diff) |
are you looking at me
Original commit message from CVS:
are you looking at me
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index ced4a7d..4d6e5bf 100644 --- a/Makefile.am +++ b/Makefile.am @@ -11,6 +11,7 @@ EXTRA_DIST = \ RELEASE BUILT_SOURCES = pygst.py +CLEANFILES = pygst.py include $(top_srcdir)/common/release.mak @@ -21,8 +22,6 @@ pygst.py: $(top_srcdir)/pygst.py.in Makefile $< > $@ chmod -w $@ -all-local: pygst.py - # rewrite pygst path in installed pygst.py, install pth file. install-data-local: Makefile $(mkinstalldirs) $(DESTDIR)$(pythondir) |