Start installing GRE libraries & components into a separate dist/gre directory as part of the default build.

Bug #186241 r=dougt
This commit is contained in:
seawood%netscape.com 2005-08-18 11:16:27 +00:00
Родитель 7234f21342
Коммит 28b163bd90
2 изменённых файлов: 3 добавлений и 0 удалений

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

@ -27,6 +27,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = shistory
GRE_MODULE = 1
SDK_XPIDLSRCS = \
nsIHistoryEntry.idl \

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

@ -31,6 +31,8 @@ LIBRARY_NAME = shistory
EXPORT_LIBRARY = 1
IS_COMPONENT = 1
MODULE_NAME = Session_History_Module
GRE_MODULE = 1
REQUIRES = xpcom \
string \
necko \