diff options
Diffstat (limited to 'pkg/wince/Makefile.am')
-rw-r--r-- | pkg/wince/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/pkg/wince/Makefile.am b/pkg/wince/Makefile.am new file mode 100644 index 00000000..13b48d2e --- /dev/null +++ b/pkg/wince/Makefile.am @@ -0,0 +1,10 @@ + +DEPS=$(shell ./wince-cabgen -d $(CONFIG_FILE)) +CONFIG_FILE=wince-cab.cfg +OUTPUT_FILE=@PACKAGE_TARNAME@-@PACKAGE_VERSION@.cab + +noinst_DATA = $(OUTPUT_FILE) + +$(OUTPUT_FILE) : $(CONFIG_FILE) $(DEPS) + ./wince-cabgen $< $@ + |