From 1b7f07f5451209d2bc01e6aa53ffb79b10253d91 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Aug 2005 14:09:50 +0000 Subject: Remove glib dependency from examples git-svn-id: file:///home/lennart/svn/public/avahi/trunk@330 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe --- examples/Makefile.am | 4 ---- 1 file changed, 4 deletions(-) (limited to 'examples') diff --git a/examples/Makefile.am b/examples/Makefile.am index e7be1bf..d819103 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -19,10 +19,6 @@ AM_CFLAGS=-I$(top_srcdir) -# GLIB 2.0 -AM_CFLAGS+=$(GLIB20_CFLAGS) -AM_LDADD=$(GLIB20_LIBS) - noinst_PROGRAMS = \ publish-service \ browse-services -- cgit