view include/Makefile @ 10:9499d41fc393 default tip

daemon: change config file name to themwi-rtp-mgr.cfg
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 27 May 2024 22:47:19 +0000
parents 3e88515bcc6d
children
line wrap: on
line source

FILES=	pstn_defs.h rtp_alloc_if.h rtp_alloc_resp.h rtp_alloc_simple.h \
	rtp_defs.h

include ../config.defs

INSTDIR=${DESTDIR}${includedir}/themwi/rtp

all:

install:
	mkdir -p ${INSTDIR}
	install -c -m 644 ${FILES} ${INSTDIR}

clean: