49 lines
1.5 KiB
Diff
49 lines
1.5 KiB
Diff
Index: gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am
|
|
===================================================================
|
|
--- gnome-bluetooth-0.8.0.orig/libegg/libegg/Makefile.am
|
|
+++ gnome-bluetooth-0.8.0/libegg/libegg/Makefile.am
|
|
@@ -3,10 +3,7 @@ SUBDIRS = util tray iconlist
|
|
|
|
INCLUDES = \
|
|
$(EGG_CFLAGS) \
|
|
- -DEGG_COMPILATION \
|
|
- -DGTK_DISABLE_DEPRECATED \
|
|
- -DGDK_DISABLE_DEPRECATED \
|
|
- -DG_DISABLE_DEPRECATED
|
|
+ -DEGG_COMPILATION
|
|
|
|
##noinst_LTLIBRARIES = libegg.la
|
|
|
|
Index: gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am
|
|
===================================================================
|
|
--- gnome-bluetooth-0.8.0.orig/libegg/libegg/iconlist/Makefile.am
|
|
+++ gnome-bluetooth-0.8.0/libegg/libegg/iconlist/Makefile.am
|
|
@@ -2,10 +2,7 @@
|
|
INCLUDES = \
|
|
$(EGG_CFLAGS) \
|
|
-I$(top_srcdir)/libegg/util \
|
|
- -DEGG_COMPILATION \
|
|
- -DGTK_DISABLE_DEPRECATED \
|
|
- -DGDK_DISABLE_DEPRECATED \
|
|
- -DG_DISABLE_DEPRECATED
|
|
+ -DEGG_COMPILATION
|
|
|
|
|
|
noinst_LTLIBRARIES = libeggiconlist.la
|
|
Index: gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am
|
|
===================================================================
|
|
--- gnome-bluetooth-0.8.0.orig/libegg/libegg/tray/Makefile.am
|
|
+++ gnome-bluetooth-0.8.0/libegg/libegg/tray/Makefile.am
|
|
@@ -2,10 +2,7 @@
|
|
INCLUDES = \
|
|
$(EGG_TRAY_CFLAGS) \
|
|
-I$(top_srcdir)/libegg/util \
|
|
- -DEGG_COMPILATION \
|
|
- -DGTK_DISABLE_DEPRECATED \
|
|
- -DGDK_DISABLE_DEPRECATED \
|
|
- -DG_DISABLE_DEPRECATED
|
|
+ -DEGG_COMPILATION
|
|
|
|
|
|
noinst_LTLIBRARIES = libeggtray.la
|