Bug 34416: Use CHROME vars in Makefile.in instead of overwriting install targets (GTK only); r=harishd

This commit is contained in:
pollmann%netscape.com 2000-04-22 03:01:11 +00:00
Родитель e53fcd11fe
Коммит 229aac375d
1 изменённых файлов: 4 добавлений и 3 удалений

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

@ -56,6 +56,10 @@ CPPSRCS = \
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
CHROME_DIR = communicator
CHROME_L10N_DIR = locale/layout
CHROME_L10N = ./HtmlForm.properties
include $(topsrcdir)/config/rules.mk
DEFINES += -D_IMPL_NS_HTML
@ -66,6 +70,3 @@ INCLUDES += \
-I$(srcdir)/../../style/src \
-I$(srcdir)/../../content/src \
$(NULL)
install:: $(TARGETS)
$(INSTALL) $(srcdir)/HtmlForm.properties $(DIST)/bin/chrome/communicator/locale/layout