aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-07-12 12:44:42 +0000
committerJörg Mayer <jmayer@loplof.de>2005-07-12 12:44:42 +0000
commite7c4db81c1b94c06365c10450f41f1415a8f8a3f (patch)
tree49f6b33931eec927f2441b9d0fc5655896b4c6ce /Makefile.common
parent2fcce4b6c423f076a07fad957a1fe14df9afc4e2 (diff)
Remove/replace SPACES at the beginning of Makefile.am/Makefile.common
files as not all make implementation work with this. Found by running grep '^ ' `find . -name "Makefile.am" -o -name "Makefile.common"` Gerald: Maybe adding this to the buildbot would be a good idea after all. svn path=/trunk/; revision=14904
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.common b/Makefile.common
index c3c2000ecc..889fa75b75 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -155,7 +155,7 @@ ethereal_SOURCES = \
$(ETHEREAL_COMMON_SRC) \
alert_box.c \
capture.c \
- capture_opts.c \
+ capture_opts.c \
capture_sync.c \
capture_loop.c \
color_filters.c \
@@ -192,7 +192,7 @@ ethereal_INCLUDES = \
tethereal_SOURCES = \
$(ETHEREAL_COMMON_SRC) \
$(TETHEREAL_TAP_SRC) \
- capture_opts.c \
+ capture_opts.c \
tethereal-tap-register.c \
tethereal.c