diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2005-07-18 09:22:55 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2005-07-18 09:22:55 +0000 |
commit | fba0bf771b53b87d6a54dcb707e4299b93a4ff3c (patch) | |
tree | ade5b2d23dff0908e0ea9e1f98055b43767d70b4 /gst/Makefile.am | |
parent | 5ebba480f09d255c99316f83c6bb475a42fd27ca (diff) | |
download | gstreamer-fba0bf771b53b87d6a54dcb707e4299b93a4ff3c.tar.gz |
gst/: Remove old file.
Original commit message from CVS:
* gst/Makefile.am:
* gst/gstarch.h:
Remove old file.
Diffstat (limited to 'gst/Makefile.am')
-rw-r--r-- | gst/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am index 985694d07b..98db1a949d 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -206,8 +206,7 @@ noinst_HEADERS = \ gettext.h \ gst-i18n-lib.h \ gst-i18n-app.h \ - gst_private.h \ - gstarch.h + gst_private.h gstmarshal.h: gstmarshal.list glib-genmarshal --header --prefix=gst_marshal $(srcdir)/gstmarshal.list > gstmarshal.h.tmp |