From c3e5348ff8844f70bfc62a59698ef93d6c3fe7ea Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 14 Jun 2000 13:09:45 +0000 Subject: [PATCH] added dynamic sample to the AC_OUTPUT (bug #79) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7574 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/configure | 2 ++ samples/configure.in | 1 + 2 files changed, 3 insertions(+) diff --git a/samples/configure b/samples/configure index 839a611c85..ebbe38a6eb 100755 --- a/samples/configure +++ b/samples/configure @@ -662,6 +662,7 @@ trap 'rm -fr `echo " dnd/Makefile dragimag/Makefile drawing/Makefile + dynamic/Makefile exec/Makefile font/Makefile grid/Makefile @@ -805,6 +806,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile dnd/Makefile dragimag/Makefile drawing/Makefile + dynamic/Makefile exec/Makefile font/Makefile grid/Makefile diff --git a/samples/configure.in b/samples/configure.in index ee2ae94fdb..94f8876d06 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -30,6 +30,7 @@ AC_OUTPUT([ dnd/Makefile dragimag/Makefile drawing/Makefile + dynamic/Makefile exec/Makefile font/Makefile grid/Makefile