diff options
author | Simon Howard | 2009-10-10 21:46:14 +0000 |
---|---|---|
committer | Simon Howard | 2009-10-10 21:46:14 +0000 |
commit | 6e717690078ca8877631180501d7369d3dfc6468 (patch) | |
tree | 3dac16ae5d814c582229bf5e7e82eb3de0b5d25c /pkg | |
parent | cc92d31eeaa40ae966196cfa5402474ffda0bbc7 (diff) | |
download | chocolate-doom-6e717690078ca8877631180501d7369d3dfc6468.tar.gz chocolate-doom-6e717690078ca8877631180501d7369d3dfc6468.tar.bz2 chocolate-doom-6e717690078ca8877631180501d7369d3dfc6468.zip |
Add pkg directory to make dist.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 1712
Diffstat (limited to 'pkg')
-rw-r--r-- | pkg/Makefile.am | 3 | ||||
-rw-r--r-- | 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/Makefile.am index 13b48d2e..e710e679 100644 --- a/pkg/wince/Makefile.am +++ b/pkg/wince/Makefile.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) |