diff options
author | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-07-01 14:18:12 +0000 |
---|---|---|
committer | Sebastien Estienne <sebastien.estienne@gmail.com> | 2005-07-01 14:18:12 +0000 |
commit | dbd6c48a552238d33e80a703feb901ade0c1a2b8 (patch) | |
tree | c08b16a94e53ea37f4ba68b8fba74e01d91e7f1f /avahi-client/Makefile.am | |
parent | aab15b8d9a9d5d869659915c3d0995929ae4179b (diff) |
* using AC_GNU_SOURCE instead of -D _GNU_SOURCE
* fixed a typo? in dbus-protocol ("% s" -> " %s")
git-svn-id: file:///home/lennart/svn/public/avahi/trunk@159 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-client/Makefile.am')
-rw-r--r-- | avahi-client/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-client/Makefile.am b/avahi-client/Makefile.am index f4d60a4..8f9dce0 100644 --- a/avahi-client/Makefile.am +++ b/avahi-client/Makefile.am @@ -17,7 +17,7 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 # USA. -AM_CFLAGS=-I$(top_srcdir) -D_GNU_SOURCE +AM_CFLAGS=-I$(top_srcdir) # GLIB 2.0 AM_CFLAGS+=$(GLIB20_CFLAGS) |