view Makefile.am @ 4:0420bfe96dda

Fix off-by-one memory allocation error
author Adam Chlipala <adam@chlipala.net>
date Sat, 26 Dec 2015 14:15:12 -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