summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorSimon Howard2009-11-21 01:16:14 +0000
committerSimon Howard2009-11-21 01:16:14 +0000
commit3cf74a97261b1a0aceb591b495b0857781918edd (patch)
tree28caae31dc6d338310998b2cd8855ca6a16e9c3d /pkg
parent299e1c5abf804e2e249c4f77b82fb7949a3f9d7b (diff)
parent892ad7c072a6717e8935053d7837a33974d0d824 (diff)
downloadchocolate-doom-3cf74a97261b1a0aceb591b495b0857781918edd.tar.gz
chocolate-doom-3cf74a97261b1a0aceb591b495b0857781918edd.tar.bz2
chocolate-doom-3cf74a97261b1a0aceb591b495b0857781918edd.zip
Merge from trunk.
Subversion-branch: /branches/opl-branch Subversion-revision: 1734
Diffstat (limited to 'pkg')
-rw-r--r--pkg/Makefile.am3
-rw-r--r--pkg/wince/GNUmakefile.am (renamed from pkg/wince/Makefile.am)2
2 files changed, 5 insertions, 0 deletions
diff --git a/pkg/Makefile.am b/pkg/Makefile.am
new file mode 100644
index 00000000..00ab5d6f
--- /dev/null
+++ b/pkg/Makefile.am
@@ -0,0 +1,3 @@
+
+DIST_SUBDIRS=wince
+
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)