45261dba14cff2c6f42aaf4d778a510f99093808
[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 md5.h
11
12 libpop_a_SOURCES = pop.h md5.h \
13                    pop.c md5.c pop_auth.c pop_lib.c
14
15 -include $(top_builddir)/tools/cflags.mk