X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=pop%2FMakefile.am;h=48cb078ee9f4b27f18b6fec10138c8b97320da43;hb=63694769caa96f36675293e45a01e91cbe3175b4;hp=dee7dab4dea8394c4c64578b0a86fa2b0d007e4d;hpb=36d6553c2d1a80b38e961b95ebbfe0290dd5b002;p=apps%2Fmadmutt.git diff --git a/pop/Makefile.am b/pop/Makefile.am index dee7dab..48cb078 100644 --- a/pop/Makefile.am +++ b/pop/Makefile.am @@ -7,6 +7,8 @@ AUTOMAKE_OPTIONS = foreign INCLUDES = -I$(top_srcdir) -I../intl noinst_LIBRARIES = libpop.a -noinst_HEADERS = pop.h +noinst_HEADERS = pop.h mx_pop.h -libpop_a_SOURCES = pop.c pop_auth.c pop_lib.c pop.h +libpop_a_SOURCES = pop.c pop_auth.c pop_lib.c pop.h mx_pop.h mx_pop.c + +-include ../cflags.mk