13 lines
221 B
Makefile
13 lines
221 B
Makefile
# $Id: Makefile.am,v 1.9 1999/07/28 21:15:06 assar Exp $
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
INCLUDES += $(INCLUDE_krb4)
|
|
|
|
noinst_LIBRARIES = libcommon.a
|
|
|
|
libcommon_a_SOURCES = \
|
|
sockbuf.c \
|
|
buffer.c \
|
|
common.h
|