Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/components/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'components/Makefile.in')
-rw-r--r--components/Makefile.in15
1 files changed, 12 insertions, 3 deletions
diff --git a/components/Makefile.in b/components/Makefile.in
index 7ba46b2..f9a42dc 100644
--- a/components/Makefile.in
+++ b/components/Makefile.in
@@ -33,14 +33,15 @@ POST_UNINSTALL = :
build_triplet = @build@
host_triplet = @host@
subdir = components
-DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
+DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
+ $(srcdir)/xulappinfo.js.in
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
am__aclocal_m4_deps = $(top_srcdir)/m4/python.m4 \
$(top_srcdir)/configure.ac
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
$(ACLOCAL_M4)
mkinstalldirs = $(install_sh) -d
-CONFIG_CLEAN_FILES =
+CONFIG_CLEAN_FILES = xulappinfo.js
SOURCES =
DIST_SOURCES =
am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
@@ -84,6 +85,10 @@ EXEEXT = @EXEEXT@
F77 = @F77@
FFLAGS = @FFLAGS@
GREP = @GREP@
+HULAHOP_BUILD_ID = @HULAHOP_BUILD_ID@
+HULAHOP_HOST_CPU = @HULAHOP_HOST_CPU@
+HULAHOP_HOST_OS = @HULAHOP_HOST_OS@
+HULAHOP_VERSION = @HULAHOP_VERSION@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
@@ -185,7 +190,9 @@ xptdir = $(pkglibdir)/components
xpt_in_files = hulahopAddCertException.idl
xpt_DATA = $(xpt_in_files:.idl=.xpt)
componentsdir = $(pkglibdir)/components
-components_DATA = hulahopAddCertException.js
+components_DATA = hulahopAddCertException.js \
+ xulappinfo.js
+
EXTRA_DIST = $(xpt_in_files) $(components_DATA)
CLEANFILES = $(xpt_DATA)
DISTCLEANFILES = $(xpt_DATA)
@@ -221,6 +228,8 @@ $(top_srcdir)/configure: $(am__configure_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
$(ACLOCAL_M4): $(am__aclocal_m4_deps)
cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
+xulappinfo.js: $(top_builddir)/config.status $(srcdir)/xulappinfo.js.in
+ cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
mostlyclean-libtool:
-rm -f *.lo