view Makefile.am @ 9:8966edef462a

Add more uw_strdup, which seems to avoid problems from reuse of memory
author Adam Chlipala <adam@chlipala.net>
date Thu, 04 Feb 2016 17:50:25 -0500
parents db4d025f7bd3
children
line wrap: on
line source
ACLOCAL_AMFLAGS = -I m4

LIB = @URWEB_LIB@/ur/mail

lib_LTLIBRARIES = liburweb_mail.la

liburweb_mail_la_SOURCES = mail.c

AM_CPPFLAGS = -I@URWEB_INC@
AM_CFLAGS = -Wimplicit -Wall -Werror

install-exec-local:
	mkdir -p $(LIB)
	cp lib.urp $(LIB)/
	cp *.h $(LIB)/
	cp *.urs $(LIB)/
	-ldconfig