Commit d43a46a4 authored by Ulrich Weigand's avatar Ulrich Weigand Committed by Alexandre Julliard

Add new subdirectories dlls/ver and dlls/version.

parent 667fc3af
...@@ -37,6 +37,8 @@ LIBSUBDIRS = \ ...@@ -37,6 +37,8 @@ LIBSUBDIRS = \
dlls/psapi \ dlls/psapi \
dlls/rasapi32 \ dlls/rasapi32 \
dlls/shell32 \ dlls/shell32 \
dlls/ver \
dlls/version \
dlls/winaspi \ dlls/winaspi \
dlls/wnaspi32 \ dlls/wnaspi32 \
files \ files \
...@@ -103,6 +105,8 @@ LIBOBJS = \ ...@@ -103,6 +105,8 @@ LIBOBJS = \
dlls/psapi/psapi.o \ dlls/psapi/psapi.o \
dlls/rasapi32/rasapi32.o \ dlls/rasapi32/rasapi32.o \
dlls/shell32/shell32.o \ dlls/shell32/shell32.o \
dlls/ver/ver.o \
dlls/version/version.o \
dlls/winaspi/winaspi.o \ dlls/winaspi/winaspi.o \
dlls/wnaspi32/wnaspi32.o \ dlls/wnaspi32/wnaspi32.o \
files/files.o \ files/files.o \
......
...@@ -4170,6 +4170,8 @@ dlls/ntdll/Makefile ...@@ -4170,6 +4170,8 @@ dlls/ntdll/Makefile
dlls/psapi/Makefile dlls/psapi/Makefile
dlls/rasapi32/Makefile dlls/rasapi32/Makefile
dlls/shell32/Makefile dlls/shell32/Makefile
dlls/ver/Makefile
dlls/version/Makefile
dlls/winaspi/Makefile dlls/winaspi/Makefile
dlls/wnaspi32/Makefile dlls/wnaspi32/Makefile
documentation/Makefile documentation/Makefile
...@@ -4325,6 +4327,8 @@ dlls/ntdll/Makefile ...@@ -4325,6 +4327,8 @@ dlls/ntdll/Makefile
dlls/psapi/Makefile dlls/psapi/Makefile
dlls/rasapi32/Makefile dlls/rasapi32/Makefile
dlls/shell32/Makefile dlls/shell32/Makefile
dlls/ver/Makefile
dlls/version/Makefile
dlls/winaspi/Makefile dlls/winaspi/Makefile
dlls/wnaspi32/Makefile dlls/wnaspi32/Makefile
documentation/Makefile documentation/Makefile
......
...@@ -575,6 +575,8 @@ dlls/ntdll/Makefile ...@@ -575,6 +575,8 @@ dlls/ntdll/Makefile
dlls/psapi/Makefile dlls/psapi/Makefile
dlls/rasapi32/Makefile dlls/rasapi32/Makefile
dlls/shell32/Makefile dlls/shell32/Makefile
dlls/ver/Makefile
dlls/version/Makefile
dlls/winaspi/Makefile dlls/winaspi/Makefile
dlls/wnaspi32/Makefile dlls/wnaspi32/Makefile
documentation/Makefile documentation/Makefile
......
...@@ -7,6 +7,8 @@ SUBDIRS = \ ...@@ -7,6 +7,8 @@ SUBDIRS = \
ntdll \ ntdll \
psapi \ psapi \
shell32 \ shell32 \
ver \
version \
winaspi \ winaspi \
wnaspi32 wnaspi32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment