OSDN Git Service

Bug fix
authorShohei Urabe <root@mput.dip.jp>
Tue, 24 Jun 2003 06:57:15 +0000 (06:57 +0000)
committerShohei Urabe <root@mput.dip.jp>
Tue, 24 Jun 2003 06:57:15 +0000 (06:57 +0000)
configs/Makefile.am
configs/Makefile.in

index db8da4d..0f5bf78 100644 (file)
@@ -23,4 +23,4 @@ EXTRA_DIST = \
   msc-interface.h \
   msc-sjis.txt \
   msc-twsyn-interface.h \
-  msc-project.zip
\ No newline at end of file
+  msc-project.zip
index b989271..5409535 100644 (file)
@@ -115,6 +115,8 @@ ENABLE_VT100_FALSE = @ENABLE_VT100_FALSE@
 ENABLE_VT100_TRUE = @ENABLE_VT100_TRUE@
 ENABLE_W32GUI_FALSE = @ENABLE_W32GUI_FALSE@
 ENABLE_W32GUI_TRUE = @ENABLE_W32GUI_TRUE@
+ENABLE_W32G_SYN_FALSE = @ENABLE_W32G_SYN_FALSE@
+ENABLE_W32G_SYN_TRUE = @ENABLE_W32G_SYN_TRUE@
 ENABLE_WINSYN_FALSE = @ENABLE_WINSYN_FALSE@
 ENABLE_WINSYN_TRUE = @ENABLE_WINSYN_TRUE@
 ENABLE_WRD_FALSE = @ENABLE_WRD_FALSE@
@@ -242,7 +244,8 @@ EXTRA_DIST = \
   msc-config.h.in \
   msc-interface.h \
   msc-sjis.txt \
-  msc-twsyn-interface.h
+  msc-twsyn-interface.h \
+  msc-project.zip
 
 subdir = configs
 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4