[the-board/tracker: 7/14] [build] Tweak Makefile-tb.am to make syntax hightlighting happy



commit eb43af777f58de88d6fcb9167fd60a146c29f9ce
Author: Lucas Rocha <lucasr lucasr org>
Date:   Wed May 11 21:55:20 2011 +0100

    [build] Tweak Makefile-tb.am to make syntax hightlighting happy

 src/Makefile-tb.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/Makefile-tb.am b/src/Makefile-tb.am
index 64db86e..e2cb1bb 100644
--- a/src/Makefile-tb.am
+++ b/src/Makefile-tb.am
@@ -1,8 +1,8 @@
 tb_cflags = \
     -I$(top_srcdir)/src \
-    -DPREFIX=\"$(prefix)\" \
-    -DLIBDIR=\"$(libdir)\" \
-    -DG_LOG_DOMAIN=\"TheBoard\" \
+    -DPREFIX="\"$(prefix)\"" \
+    -DLIBDIR="\"$(libdir)\"" \
+    -DG_LOG_DOMAIN="\"TheBoard\"" \
     -DG_DISABLE_DEPRECATED \
     $(TB_CFLAGS)
 



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