From 79bbbd1bc34972cc558ddd7ae17824164c8f88a7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Wed, 21 Aug 2002 18:41:23 +0000 Subject: [PATCH] added propsize to the list of samples git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- configure | 2 +- configure.in | 2 +- samples/configure | 4 ++-- samples/configure.in | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure b/configure index 452abdd89d..2698803199 100755 --- a/configure +++ b/configure @@ -20856,7 +20856,7 @@ if test "$wxUSE_GUI" = "yes"; then SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \ drawing dynamic erase event exec font image \ - minimal rotate widgets" + minimal propsize rotate widgets" CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" else diff --git a/configure.in b/configure.in index 78aa20a141..31b5d229d8 100644 --- a/configure.in +++ b/configure.in @@ -4917,7 +4917,7 @@ if test "$wxUSE_GUI" = "yes"; then dnl ipc, mfc, nativdlg, oleauto, ownerdrw SAMPLES_SUBDIRS="$SAMPLES_SUBDIRS artprov controls dialogs \ drawing dynamic erase event exec font image \ - minimal rotate widgets" + minimal propsize rotate widgets" dnl this is needed to be able to find AFM files CPPFLAGS="$CPPFLAGS \$(EXTRADEFS) \$(APPEXTRADEFS)" diff --git a/samples/configure b/samples/configure index b90739b520..fc63a1c569 100755 --- a/samples/configure +++ b/samples/configure @@ -707,7 +707,7 @@ trap 'rm -fr `echo " sockets/Makefile splitter/Makefile statbar/Makefile - taskbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile @@ -861,7 +861,7 @@ CONFIG_FILES=\${CONFIG_FILES-"Makefile sockets/Makefile splitter/Makefile statbar/Makefile - taskbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile diff --git a/samples/configure.in b/samples/configure.in index 7f027e15ba..46bb5016ef 100644 --- a/samples/configure.in +++ b/samples/configure.in @@ -77,7 +77,7 @@ AC_OUTPUT([ sockets/Makefile splitter/Makefile statbar/Makefile - taskbar/Makefile + taskbar/Makefile text/Makefile thread/Makefile toolbar/Makefile -- 2.45.2