Make exporting more general.

This commit is contained in:
slamm%netscape.com 2000-03-23 23:29:23 +00:00
parent 7b74b47871
commit ca22af1a1f

View File

@ -25,9 +25,14 @@ srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
include $(topsrcdir)/config/rules.mk
FILES := \
bookmarks.html \
panels.rdf \
$(NULL)
FILES := $(addprefix $(srcdir)/, $(FILES))
install::
$(INSTALL) $(srcdir)/bookmarks.html $(DIST)/bin/defaults/profile
$(INSTALL) $(srcdir)/panels.rdf $(DIST)/bin/defaults/profile
$(INSTALL) $(FILES) $(DIST)/bin/defaults/profile