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
parent bcdfb85519
commit 8d00de7ede

View File

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