diff options
Diffstat (limited to 'src/build-data/makefile/nmake.in')
-rw-r--r-- | src/build-data/makefile/nmake.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/build-data/makefile/nmake.in b/src/build-data/makefile/nmake.in index fc13a6c2a..0f1152262 100644 --- a/src/build-data/makefile/nmake.in +++ b/src/build-data/makefile/nmake.in @@ -20,6 +20,8 @@ APPOBJS = %{app_objs} TESTOBJS = %{test_objs} +LIBNAME = botan + LIBRARIES = $(BOTAN_LIB) # This will be either a static lib or the DLL import lib |