summaryrefslogtreecommitdiff
path: root/src/configure.ac
diff options
context:
space:
mode:
authorbringert <unknown>2005-05-19 19:19:10 +0000
committerbringert <unknown>2005-05-19 19:19:10 +0000
commit9843884512c599ac26d680e292f2b2608cb887ee (patch)
treef6c4acd440c42f110dae64f02d3efed53b8bf120 /src/configure.ac
parentb6028484a6092a55ae6eb91683cceabb04d4af94 (diff)
Only create gf.wxs when build MSI package, to avoid including it in binary dists.
Diffstat (limited to 'src/configure.ac')
-rw-r--r--src/configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/configure.ac b/src/configure.ac
index ddfa6165e..90a5d7e01 100644
--- a/src/configure.ac
+++ b/src/configure.ac
@@ -4,9 +4,9 @@ AC_INIT([GF],[2.2],[aarne@cs.chalmers.se],[GF])
AC_PREREQ(2.53)
-AC_REVISION($Revision: 1.22 $)
+AC_REVISION($Revision: 1.23 $)
-AC_CONFIG_FILES([config.mk jgf gf.wxs])
+AC_CONFIG_FILES([config.mk jgf])
AC_CANONICAL_HOST