13 lines
220 B
Makefile
13 lines
220 B
Makefile
# $Id: Makefile.am,v 1.7 1999/03/20 13:58:14 joda Exp $
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
INCLUDES += $(INCLUDE_krb4)
|
|
|
|
noinst_LIBRARIES = libcommon.a
|
|
|
|
libcommon_a_SOURCES = \
|
|
sockbuf.c \
|
|
buffer.c \
|
|
common.h
|