mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 19:51:11 +00:00
Makefile.am: Cleanup pygst.pyc file.
Original commit message from CVS: * Makefile.am: (CLEANFILES): Cleanup pygst.pyc file.
This commit is contained in:
parent
54b5a6bf6e
commit
dc62e40fd7
2 changed files with 6 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue