[Xfce4-commits] <ristretto:ristretto-0.0> Remove profiling flag
Stephan Arts
noreply at xfce.org
Sun Oct 23 19:16:30 CEST 2011
Updating branch refs/heads/ristretto-0.0
to 8622ee7260c4f7c3546d0d4518514655f522bbed (commit)
from 3fdca51f9afb8dc0b8c6d01a6359531ef5545afc (commit)
commit 8622ee7260c4f7c3546d0d4518514655f522bbed
Author: Stephan Arts <stephan at thor.(none)>
Date: Sat May 16 11:12:05 2009 +0200
Remove profiling flag
ChangeLog | 4 ++++
src/Makefile.am | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index f864745..a725dc5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2009-05-16 Stephan Arts <stephan at xfce.org>
+ * src/Makefile.am: Remove profiling flag
+
+2009-05-16 Stephan Arts <stephan at xfce.org>
+
* src/image_cache.c
src/picture_viewer.c
src/main_window.c: Fix reference-count on settings-object
diff --git a/src/Makefile.am b/src/Makefile.am
index 8ef558d..bf1f55c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -25,7 +25,7 @@ ristretto_CFLAGS = \
$(LIBXFCEGUI4_CFLAGS) \
-DDATADIR=\"$(datadir)\" \
-DSRCDIR=\"$(top_srcdir)\" \
- -DLOCALEDIR=\"$(localedir)\" -pg
+ -DLOCALEDIR=\"$(localedir)\"
ristretto_LDADD = \
$(GTK_LIBS) \
More information about the Xfce4-commits
mailing list