update source to use our brand new source generator. Update automakes.
[apps/madmutt.git] / pop / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 AR=@AR@
4
5 AUTOMAKE_OPTIONS = foreign
6
7 INCLUDES = -I$(top_srcdir) -I../intl
8
9 noinst_LIBRARIES = libpop.a
10 noinst_HEADERS = pop.h
11
12 libpop_a_SOURCES = pop.c pop_auth.c pop_lib.c pop.h
13
14 -include $(top_builddir)/tools/cflags.mk