comparison libpurple/protocols/zephyr/Makefile.mingw @ 16314:1843c0180fbe

Allow include and lib paths to be overridden from local.ent
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 23 Apr 2007 01:30:49 +0000
parents ded8da3de5f8
children
comparison
equal deleted inserted replaced
16313:e06b387d79bd 16314:1843c0180fbe
40 40
41 ifeq ($(USE_KRB4), true) 41 ifeq ($(USE_KRB4), true)
42 INCLUDE_PATHS += -I$(KRB4_TOP)/inc/krb4 42 INCLUDE_PATHS += -I$(KRB4_TOP)/inc/krb4
43 endif 43 endif
44 44
45 LIB_PATHS = -L$(GTK_TOP)/lib \ 45 LIB_PATHS += -L$(GTK_TOP)/lib \
46 -L$(PURPLE_TOP) 46 -L$(PURPLE_TOP)
47 47
48 ifeq ($(USE_KRB4), true) 48 ifeq ($(USE_KRB4), true)
49 LIB_PATHS+=-L$(KRB4_TOP)/lib/i386 49 LIB_PATHS+=-L$(KRB4_TOP)/lib/i386
50 endif 50 endif