1 ## Process this file with automake to produce Makefile.in
5 AUTOMAKE_OPTIONS = foreign
7 INCLUDES = -I$(top_srcdir) -I../intl
9 noinst_LIBRARIES = libpop.a
10 noinst_HEADERS = pop.h
12 libpop_a_SOURCES = pop.c pop_auth.c pop_lib.c pop.h
14 -include $(top_builddir)/tools/cflags.mk