[gnome-applets/gnome-3-18] windowpicker: remove obsolete compiler flag



commit 400582bacb4cc025894c03f1f9331f071c5c2491
Author: Sebastian Geiger <sbastig gmx net>
Date:   Mon Feb 8 11:31:31 2016 +0100

    windowpicker: remove obsolete compiler flag
    
    Single include headers are used by default so this flag is not needed.

 windowpicker/src/Makefile.am |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/windowpicker/src/Makefile.am b/windowpicker/src/Makefile.am
index 3eb75da..e768eb2 100644
--- a/windowpicker/src/Makefile.am
+++ b/windowpicker/src/Makefile.am
@@ -7,7 +7,6 @@ libwindow_picker_applet_la_CFLAGS = \
        -D_GNU_SOURCE \
        -DGNOMELOCALEDIR=\""$(localedir)"\" \
        -DWNCK_I_KNOW_THIS_IS_UNSTABLE=1 \
-       -DGTK_DISABLE_SINGLE_INCLUDES \
        -I$(top_builddir) \
        -I$(top_srcdir) \
        $(GNOME_APPLETS_CFLAGS) \


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