Commit 5054e4b7 authored by leaf%mozilla.org's avatar leaf%mozilla.org
Browse files

Included the config directory if MOZILLA_OFFICIAL is set

parent 811374c6
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -61,7 +61,12 @@ CORECONF=coreconf
CORECONF=
!endif

DIRS = $(CORECONF) $(XTRADIRS) lib network include jpeg modules\zlib \
DIRS = \
!ifdef MOZILLA_OFFICIAL
config $(CORECONF) $(XTRADIRS) lib network include jpeg modules\zlib \
!else
    $(CORECONF) $(XTRADIRS) lib network include jpeg modules\zlib \
!endif
!ifdef MOZ_NETCAST
    netcast \
!endif