[sawfish] src/Makefile.in: include $CFLAGS in gtk-style rule



commit 7a1b807128ae121aeb28ee81c976cb2a792706d8
Author: chrisb <zanghar freenet de>
Date:   Sat Jul 25 11:21:22 2009 +0200

    src/Makefile.in: include $CFLAGS in gtk-style rule

 ChangeLog       |    3 +++
 src/Makefile.in |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 8ffd9eb..bf97c5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-25  Christopher Bratusek <zanghar freenet de>
+	* src/Makefile.in: include $CFLAGS in gtk-style rule
+
 2009-07-24  Christopher Bratusek <zanghar freenet de>
 	* lisp/sawfish/wm/frames.jl: support theme-tarballs compressed with XZ and LZMA (needs librep 0.90.1)
 
diff --git a/src/Makefile.in b/src/Makefile.in
index 6c10313..4644b83 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -60,7 +60,7 @@ client.la : client.lo libclient_.lo
 	$(rep_DL_LD) $(LDFLAGS) -o $@ $^ $(X11_LIBS) $(REP_LIBS) $(LIBS)
 
 gtk-style : gtk-style.c
-	$(CC) $(CPPFLAGS) $(GTK_CFLAGS) $(LDFLAGS) -o $@ $< $(GTK_LIBS) $(LIBS)
+	$(CC) $(CFLAGS) $(CPPFLAGS) $(GTK_CFLAGS) $(LDFLAGS) -o $@ $< $(GTK_LIBS) $(LIBS)
 
 install : all installdirs
 	for p in sawfish; do \



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