From d43a46a4572c60e5b8a5b7fa29256e66de37af7a Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Sun, 31 Jan 1999 10:11:04 +0000 Subject: [PATCH] Add new subdirectories dlls/ver and dlls/version. --- Makefile.in | 4 ++++ configure | 4 ++++ configure.in | 2 ++ dlls/Makefile.in | 2 ++ 4 files changed, 12 insertions(+) diff --git a/Makefile.in b/Makefile.in index d9797d1ec74..8adb66e57fa 100644 --- a/Makefile.in +++ b/Makefile.in @@ -37,6 +37,8 @@ LIBSUBDIRS = \ dlls/psapi \ dlls/rasapi32 \ dlls/shell32 \ + dlls/ver \ + dlls/version \ dlls/winaspi \ dlls/wnaspi32 \ files \ @@ -103,6 +105,8 @@ LIBOBJS = \ dlls/psapi/psapi.o \ dlls/rasapi32/rasapi32.o \ dlls/shell32/shell32.o \ + dlls/ver/ver.o \ + dlls/version/version.o \ dlls/winaspi/winaspi.o \ dlls/wnaspi32/wnaspi32.o \ files/files.o \ diff --git a/configure b/configure index 5c5ac03ce44..0d948212008 100755 --- a/configure +++ b/configure @@ -4170,6 +4170,8 @@ dlls/ntdll/Makefile dlls/psapi/Makefile dlls/rasapi32/Makefile dlls/shell32/Makefile +dlls/ver/Makefile +dlls/version/Makefile dlls/winaspi/Makefile dlls/wnaspi32/Makefile documentation/Makefile @@ -4325,6 +4327,8 @@ dlls/ntdll/Makefile dlls/psapi/Makefile dlls/rasapi32/Makefile dlls/shell32/Makefile +dlls/ver/Makefile +dlls/version/Makefile dlls/winaspi/Makefile dlls/wnaspi32/Makefile documentation/Makefile diff --git a/configure.in b/configure.in index f3a41551e5f..ac6fd747558 100644 --- a/configure.in +++ b/configure.in @@ -575,6 +575,8 @@ dlls/ntdll/Makefile dlls/psapi/Makefile dlls/rasapi32/Makefile dlls/shell32/Makefile +dlls/ver/Makefile +dlls/version/Makefile dlls/winaspi/Makefile dlls/wnaspi32/Makefile documentation/Makefile diff --git a/dlls/Makefile.in b/dlls/Makefile.in index 281206edf4b..3314c47f4b3 100644 --- a/dlls/Makefile.in +++ b/dlls/Makefile.in @@ -7,6 +7,8 @@ SUBDIRS = \ ntdll \ psapi \ shell32 \ + ver \ + version \ winaspi \ wnaspi32