14 lines
198 B
Makefile
14 lines
198 B
Makefile
# $Id$
|
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
AM_CPPFLAGS += $(INCLUDE_krb4)
|
|
|
|
noinst_LIBRARIES = libcommon.a
|
|
|
|
libcommon_a_SOURCES = \
|
|
sockbuf.c \
|
|
buffer.c \
|
|
common.h
|
|
|
|
EXTRA_DIST = NTMakefile
|