summaryrefslogtreecommitdiffstats
path: root/avahi-ui/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-11-09 13:18:23 +0000
committerLennart Poettering <lennart@poettering.net>2007-11-09 13:18:23 +0000
commit2937706e9df4081e03ec8fc26494c4c1a116a098 (patch)
treec9641ddfcd72254c8ea88fcc765288e7a4df7418 /avahi-ui/Makefile.am
parenta18e99668d90fcd5be715b55b6b48b65ab6680e9 (diff)
Reduce warning storm in libavahi-ui, contributed by Matthias Hasselmann (Re #180)
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@1568 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-ui/Makefile.am')
-rw-r--r--avahi-ui/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-ui/Makefile.am b/avahi-ui/Makefile.am
index 1cda530..39b9aca 100644
--- a/avahi-ui/Makefile.am
+++ b/avahi-ui/Makefile.am
@@ -17,7 +17,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
# USA.
-AM_CFLAGS=-I$(top_srcdir)
+AM_CFLAGS=-I$(top_srcdir) -DG_DISABLE_DEPRECATED=1 -DGDK_DISABLE_DEPRECATED=1 -DGTK_DISABLE_DEPRECATED=1
# This cool debug trap works on i386/gcc only
AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'