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 = \
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 \
......
......@@ -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
......
......@@ -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
......
......@@ -7,6 +7,8 @@ SUBDIRS = \
ntdll \
psapi \
shell32 \
ver \
version \
winaspi \
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