freebsd-dev/gnu/lib/libreadline/Makefile.inc
Rong-En Fan 27cfc42fc5 - Bump share library version which were missed in last bump
Reported by: 	     jhb
Discussed with:	     deischen, des, doubg, harti
Approved by:	     re (kensmith)
2007-06-18 18:47:54 +00:00

15 lines
364 B
Makefile

# $FreeBSD$
SHLIB_MAJOR=7
RL_LIBRARY_VERSION=5.2
SRCDIR= ${.CURDIR}/../../../../contrib/libreadline
.PATH: ${SRCDIR} ${.CURDIR}/..
LOCAL_CFLAGS= -DRL_LIBRARY_VERSION='"$(RL_LIBRARY_VERSION)"'
CFLAGS+=-I${.CURDIR}/.. -I${SRCDIR} -DHAVE_CONFIG_H ${LOCAL_CFLAGS}
HISTSRC=history.c histexpand.c histfile.c histsearch.c shell.c mbutil.c
.include "../Makefile.inc"