Included confg.mk so that MOZ_OJI flag gets picked up from there. Else liveonnect dir would not be traversed

This commit is contained in:
sudu%netscape.com 1998-09-17 18:35:15 +00:00
Родитель bcdfb85519
Коммит 8d00de7ede
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -16,6 +16,8 @@
DEPTH = ../..
include $(DEPTH)/config/config.mk
ifdef MOZ_OJI
DIRS = liveconnect
endif