Makefile.am: Cleanup pygst.pyc file.

Original commit message from CVS:
* Makefile.am: (CLEANFILES):
Cleanup pygst.pyc file.
This commit is contained in:
Edward Hervey 2006-06-13 10:59:44 +00:00
parent 54b5a6bf6e
commit dc62e40fd7
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2006-06-13 Edward Hervey <edward@fluendo.com>
* Makefile.am: (CLEANFILES):
Cleanup pygst.pyc file.
2006-06-13 Edward Hervey <edward@fluendo.com>
* gst/gst.defs:

View file

@ -8,7 +8,7 @@ EXTRA_DIST = \
RELEASE
BUILT_SOURCES = pygst.py
CLEANFILES = pygst.py
CLEANFILES = pygst.py pygst.pyc
include $(top_srcdir)/common/release.mak