removed base64

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@3550 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-09-25 14:04:15 +00:00
parent 9d45180770
commit 040325d17c

View File

@@ -16,10 +16,10 @@ INSTALL = @INSTALL@
prefix = @prefix@ prefix = @prefix@
SOURCES = base64.c glob.c sockbuf.c buffer.c SOURCES = glob.c sockbuf.c buffer.c
OBJECTS = $(libcommon_OBJS) OBJECTS = $(libcommon_OBJS)
libcommon_OBJS = base64.o glob.o sockbuf.o buffer.o libcommon_OBJS = glob.o sockbuf.o buffer.o
LIBNAME = $(LIBPREFIX)common LIBNAME = $(LIBPREFIX)common
LIBEXT = a LIBEXT = a