diff options
author | Stefan Fritsch <sf@apache.org> | 2012-10-07 11:03:51 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2012-10-07 11:03:51 +0200 |
commit | 65d07ff463e94a8689a8a93bbe7706ba3734c503 (patch) | |
tree | 6a3a48f32150b32a76d1d9e1ace02de294005495 /support/NWGNUhtdbm | |
parent | Start refactoring of htpasswd and htdbm (diff) | |
download | apache2-65d07ff463e94a8689a8a93bbe7706ba3734c503.tar.xz apache2-65d07ff463e94a8689a8a93bbe7706ba3734c503.zip |
Add passwd_common.c build support for Windows and Netware
Completely untested - please test
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1395254 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'support/NWGNUhtdbm')
-rw-r--r-- | support/NWGNUhtdbm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/NWGNUhtdbm b/support/NWGNUhtdbm index 05ee034138..5a2f739f01 100644 --- a/support/NWGNUhtdbm +++ b/support/NWGNUhtdbm @@ -169,6 +169,7 @@ TARGET_lib = \ # FILES_nlm_objs = \ $(OBJDIR)/htdbm.o \ + $(OBJDIR)/passwd_common.o \ $(EOLIST) # |