Fix makefile typo to fix unix builds
This commit is contained in:
Родитель
c897271621
Коммит
1e01e2dca8
|
@ -24,4 +24,5 @@ nsIScriptGlobalObject.h
|
|||
nsIScriptEventListener.h
|
||||
nsIDOMWindow.h
|
||||
nsIDOMLocation.h
|
||||
nsIDOMNavigator.h
|
||||
nsIDOMNavigator.h
|
||||
nsIDOMWindowCollection.h
|
||||
|
|
|
@ -31,7 +31,7 @@ EXPORTS = \
|
|||
nsIDOMWindow.h \
|
||||
nsIDOMNavigator.h \
|
||||
nsIDOMLocation.h \
|
||||
nsIDOMWindowCollection \
|
||||
nsIDOMWindowCollection.h \
|
||||
$(NULL)
|
||||
|
||||
MODULE = dom
|
||||
|
|
Загрузка…
Ссылка в новой задаче