diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-09 12:00:33 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-01-09 12:00:33 +0000 |
commit | 489502bd0bc401b31ce4269151730d0c99e8de9c (patch) | |
tree | d5fbcda8eb3ec2b2e9bfdbe490f793feec470af7 /gst-libs | |
parent | c8c3da525b6f0dbe2159c2ee8bfb8372047e8128 (diff) |
gst-libs/ext/Makefile.am: Remove trailing whitespace as warned by automake.
Original commit message from CVS:
* gst-libs/ext/Makefile.am:
Remove trailing whitespace as warned by automake.
Diffstat (limited to 'gst-libs')
-rw-r--r-- | gst-libs/ext/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/ext/Makefile.am b/gst-libs/ext/Makefile.am index 67b79f8..672da1a 100644 --- a/gst-libs/ext/Makefile.am +++ b/gst-libs/ext/Makefile.am @@ -35,7 +35,7 @@ dist-local: dist-clean if [ `ls -d $(TMP_DIST_DIR)/$$d*/ | wc -w` != "" ]; \ then for id in `cd $(TMP_DIST_DIR)/$$d && ls -d */`; \ do mkdir $(DIST_DIR)/$$d$$id; \ - cp $(TMP_DIST_DIR)/$$d$$id/*.c $(TMP_DIST_DIR)/$$d$$id/*.h $(DIST_DIR)/$$d$$id; \ + cp $(TMP_DIST_DIR)/$$d$$id/*.c $(TMP_DIST_DIR)/$$d$$id/*.h $(DIST_DIR)/$$d$$id; \ done \ fi \ done |