diff options
author | lloyd <[email protected]> | 2015-06-16 08:28:19 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2015-06-16 08:28:19 +0000 |
commit | 6c1ccf28e76cc7e8e19b98a92861f887bf66b478 (patch) | |
tree | 29a49cd686dea90423ec572edbdb6eee57f1ad49 /src | |
parent | 391ee8c6a3113c740c319e7ff235001406f56b75 (diff) |
Revert LIBNAME change. GH #107
Diffstat (limited to 'src')
-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 |