1# $Id$ 2 3include $(top_srcdir)/Makefile.am.common 4 5AM_CPPFLAGS += $(INCLUDE_krb4) 6 7noinst_LIBRARIES = libcommon.a 8 9libcommon_a_SOURCES = \ 10 sockbuf.c \ 11 buffer.c \ 12 common.h 13 14EXTRA_DIST = NTMakefile 15
1# $Id$ 2 3include $(top_srcdir)/Makefile.am.common 4 5AM_CPPFLAGS += $(INCLUDE_krb4) 6 7noinst_LIBRARIES = libcommon.a 8 9libcommon_a_SOURCES = \ 10 sockbuf.c \ 11 buffer.c \ 12 common.h 13 14EXTRA_DIST = NTMakefile 15