[seed] [libseed] Repair bizarre indentation in Makefile



commit 887666a521731cb820439a4821e946fcef3b4005
Author: Tim Horton <hortont424 gmail com>
Date:   Fri Jul 3 21:38:50 2009 -0400

    [libseed] Repair bizarre indentation in Makefile

 Makefile.am         |    2 +-
 libseed/Makefile.am |   20 ++++++++++----------
 2 files changed, 11 insertions(+), 11 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c96c116..4ef76e7 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -72,4 +72,4 @@ endif
 
 	lcov --directory libseed/.libs $(mods_prof) --capture --output-file seed.info
 	cp seed.info /tmp/
-	cd /tmp ; genhtml seed.info ; gnome-www-browser index.html
+	cd /tmp ; genhtml seed.info ; gnome-open index.html
diff --git a/libseed/Makefile.am b/libseed/Makefile.am
index cce43ef..9b87d67 100644
--- a/libseed/Makefile.am
+++ b/libseed/Makefile.am
@@ -28,19 +28,19 @@ libseed_la_SOURCES = \
 libseed_la_CFLAGS = \
 	-Wall \
 	$(GOBJECT_INTROSPECTION_CFLAGS) \
-        $(WEBKIT_CFLAGS) \
-        $(SEED_OSX_CFLAGS) \
-        $(SEED_DEBUG_CFLAGS) \
-        $(SEED_PROFILE_CFLAGS) \
-        $(FFI_CFLAGS)
+	$(WEBKIT_CFLAGS) \
+	$(SEED_OSX_CFLAGS) \
+	$(SEED_DEBUG_CFLAGS) \
+	$(SEED_PROFILE_CFLAGS) \
+	$(FFI_CFLAGS)
 
 libseed_la_LDFLAGS = \
-        -no-undefined \
-        $(GOBJECT_INTROSPECTION_LIBS) \
+	-no-undefined \
+	$(GOBJECT_INTROSPECTION_LIBS) \
 	$(WEBKIT_LIBS) \
-        $(SEED_PROFILE_LIBS) \
-        $(SEED_OSX_LIBS) \
-        $(FFI_LDFLAGS)
+	$(SEED_PROFILE_LIBS) \
+	$(SEED_OSX_LIBS) \
+	$(FFI_LDFLAGS)
 
 seedheaders_HEADERS = seed.h seed-debug.h
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]