From 2937706e9df4081e03ec8fc26494c4c1a116a098 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 9 Nov 2007 13:18:23 +0000 Subject: 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 --- avahi-ui/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-ui/Makefile.am') 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")' -- cgit