6 lines
326 B
Makefile
6 lines
326 B
Makefile
include_HEADERS=containers_public.h queue.h smtp.h cfg.h count.h safe_write.h sunos_comp.h htdns.h smmapd.h htmalloc.h stats.h htcache.h
|
|
lib_LTLIBRARIES = libsmmapdfw.la
|
|
libsmmapdfw_la_SOURCES = cfg.c queue.c count.c safe_write.c config_public.c htdns.c smtp.c htmalloc.c stats.c htcache.c
|
|
libsmmapdfw_la_LIBADD = @BDB_LIBS@
|
|
|