Include sockbuf.c

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1688 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
1997-05-08 21:09:48 +00:00
parent 226054ab35
commit 2f434e6efc

View File

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