diff options
Diffstat (limited to 'com32/libutil/Makefile')
| -rw-r--r-- | com32/libutil/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/com32/libutil/Makefile b/com32/libutil/Makefile index 02789ca6..7a6b5272 100644 --- a/com32/libutil/Makefile +++ b/com32/libutil/Makefile @@ -32,7 +32,8 @@ topdir = ../.. include ../MCONFIG -LIBOBJS = ansiline.o ansiraw.o get_key.o sha1hash.o unbase64.o \ +LIBOBJS = ansiline.o ansiraw.o get_key.o keyname.o \ + sha1hash.o unbase64.o \ md5.o crypt-md5.o sha256crypt.o sha512crypt.o base64.o LNXLIBOBJS = $(patsubst %.o,%.lo,$(LIBOBJS)) |
