Fixed properl linking in nolibxul configuration

This commit is contained in:
romashin 2008-04-19 18:34:09 +03:00
Родитель 689823f787
Коммит 67f674cc91
1 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -40,9 +40,11 @@ LIBS += \
$(MOZ_QT_LIBS) \
$(NULL)
#LIBS += \
# -lqgeckoembed \
# $(NULL)
ifndef MOZ_ENABLE_LIBXUL
LIBS += \
-lqgeckoembed \
$(NULL)
endif
LIBS += \
-lxul \
$(NULL)