mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 22:36:33 +00:00
gst-libs/ext/Makefile.am: Don't copy file which is no longer present.
Original commit message from CVS: * gst-libs/ext/Makefile.am: Don't copy file which is no longer present.
This commit is contained in:
parent
4d5f8819ad
commit
673df6d238
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* gst-libs/ext/Makefile.am:
|
||||
Don't copy file which is no longer present.
|
||||
|
||||
2008-05-08 Edward Hervey <edward.hervey@collabora.co.uk>
|
||||
|
||||
* ext/ffmpeg/gstffmpegaudioresample.c:
|
||||
|
|
|
@ -28,7 +28,7 @@ dist-local: dist-clean
|
|||
pwd
|
||||
cp $(TMP_DIST_DIR)/*.c $(TMP_DIST_DIR)/*.h $(TMP_DIST_DIR)/Makefile $(TMP_DIST_DIR)/configure $(TMP_DIST_DIR)/version.sh $(DIST_DIR)
|
||||
cp $(TMP_DIST_DIR)/common.mak $(TMP_DIST_DIR)/Changelog $(TMP_DIST_DIR)/COPYING.* $(TMP_DIST_DIR)/INSTALL $(DIST_DIR)
|
||||
cp $(TMP_DIST_DIR)/Doxyfile $(TMP_DIST_DIR)/ffinstall.nsi $(TMP_DIST_DIR)/CREDITS $(TMP_DIST_DIR)/MAINTAINERS $(DIST_DIR)
|
||||
cp $(TMP_DIST_DIR)/Doxyfile $(TMP_DIST_DIR)/CREDITS $(TMP_DIST_DIR)/MAINTAINERS $(DIST_DIR)
|
||||
@for d in `cd $(TMP_DIST_DIR) && ls -d */`; \
|
||||
do mkdir $(DIST_DIR)/$$d; \
|
||||
cp $(TMP_DIST_DIR)/$$d* $(DIST_DIR)/$$d; \
|
||||
|
|
Loading…
Reference in a new issue