Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/components/Makefile.am
blob: bd6bafcf6fa6e92bf6937caa799b21aa21b1374a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
xptdir = $(pkglibdir)/components
xpt_in_files = hulahopAddCertException.idl
xpt_DATA = $(xpt_in_files:.idl=.xpt)

%.xpt: %.idl
	$(LIBXUL_SDK_DIR)/bin/xpidl -m typelib -w -v -I $(LIBXUL_SDK_DIR)/idl -e $@ $< 

componentsdir = $(pkglibdir)/components
components_DATA = hulahopAddCertException.js	\
		  xulappinfo.js

EXTRA_DIST = $(xpt_in_files) $(components_DATA)

CLEANFILES = $(xpt_DATA)

DISTCLEANFILES = $(xpt_DATA)