aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-06-09 04:18:34 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-06-09 04:18:34 +0200
commit1bf94924d6ae35c4369006ddbb6405ff0af74fe8 (patch)
tree4f979b71982e1b8a3dcdbd447d62a570220bbcc1 /Makefile
parent12ebe748ad292e10c7680f65222c5c145db8a9b3 (diff)
Use system lib directories and pkg-config directory from target when specified.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 014b8450..d8b40237 100644
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ objects = account.o bitlbee.o crypting.o help.o ipc.o irc.o irc_commands.o nick.
headers = account.h bitlbee.h commands.h conf.h config.h crypting.h help.h ipc.h irc.h log.h nick.h query.h set.h sock.h storage.h user.h lib/events.h lib/http_client.h lib/ini.h lib/md5.h lib/misc.h lib/proxy.h lib/sha1.h lib/ssl_client.h lib/url.h protocols/nogaim.h
subdirs = lib protocols
-ifeq ($(ARCH),Windows)
+ifeq ($(TARGET),i586-mingw32msvc)
objects += win32.o
else
objects += unix.o conf.o log.o