Mercurial > pidgin
changeset 20923:9d9874c95a8d
Fix linking with both Bonjour SDK 1.0.3 and 1.0.4 (which doesn't need to be done in the default build anyway).
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Sun, 14 Oct 2007 19:49:45 +0000 |
parents | d9cbd249619b |
children | 1048f90e72df |
files | libpurple/protocols/bonjour/Makefile.mingw |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/bonjour/Makefile.mingw Sun Oct 14 09:57:32 2007 +0000 +++ b/libpurple/protocols/bonjour/Makefile.mingw Sun Oct 14 19:49:45 2007 +0000 @@ -36,7 +36,6 @@ -I$(PIDGIN_TREE_TOP) LIB_PATHS += -L$(GTK_TOP)/lib \ - -L$(BONJOUR_TOP)/lib/win32 \ -L$(LIBXML2_TOP)/lib \ -L$(PURPLE_TOP) @@ -66,6 +65,7 @@ ifeq ($(LINK_DNS_SD_DIRECTLY), 1) CFLAGS += -DLINK_DNS_SD_DIRECTLY + LIB_PATHS += -L$(BONJOUR_TOP)/lib/win32 -L$(BONJOUR_TOP)/lib LIBS += -ldnssd endif