From d694d6fe1c5b95df1d225c78ddee514fc9b9db54 Mon Sep 17 00:00:00 2001 From: dan Date: Tue, 26 Jan 1999 14:46:42 +0000 Subject: [PATCH] Removing libPropList from the main tree. From now on is on the gnome ftp site, and in the gnome cvs. -- Dan --- Makefile.am | 2 +- configure.in | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/Makefile.am b/Makefile.am index 469542e8..31f9afb4 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in -SUBDIRS = libPropList wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc +SUBDIRS = wrlib WINGs src util po WindowMaker wmlib test WPrefs.app doc EXTRA_DIST = TODO BUGS BUGFORM FAQ FAQ.I18N MIRRORS Install acconfig.h\ mkpatch README.KDE README.GNOME WindowMaker.lsm.in\ diff --git a/configure.in b/configure.in index 0153b09b..c2faa40e 100644 --- a/configure.in +++ b/configure.in @@ -29,11 +29,6 @@ esac -dnl configure/build bundled libraries -dnl =================================== -AC_CONFIG_SUBDIRS(libPropList) - - AM_CONFIG_HEADER(src/config.h)