summaryrefslogtreecommitdiff
path: root/pkg/wince
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/wince')
-rw-r--r--pkg/wince/GNUmakefile.am (renamed from pkg/wince/Makefile.am)2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkg/wince/Makefile.am b/pkg/wince/GNUmakefile.am
index 13b48d2e..e710e679 100644
--- a/pkg/wince/Makefile.am
+++ b/pkg/wince/GNUmakefile.am
@@ -3,6 +3,8 @@ DEPS=$(shell ./wince-cabgen -d $(CONFIG_FILE))
CONFIG_FILE=wince-cab.cfg
OUTPUT_FILE=@PACKAGE_TARNAME@-@PACKAGE_VERSION@.cab
+EXTRA_DIST=wince-cabgen $(CONFIG_FILE)
+
noinst_DATA = $(OUTPUT_FILE)
$(OUTPUT_FILE) : $(CONFIG_FILE) $(DEPS)