view Makefile.am @ 6:7137fbac0b85

edl: expose EDL_reallocate() API to allow resizing the array
author Paper <mrpapersonic@gmail.com>
date Thu, 28 Dec 2023 16:47:24 -0500
parents c2408abb258a
children fee08fa622e1
line wrap: on
line source

lib_LTLIBRARIES = libedl.la
libedl_la_SOURCES = src/edl.c src/str.c
include_HEADERS = include/edl.h include/str.h

AM_CPPFLAGS = -I$(srcdir)/include
ACLOCAL_AMFLAGS = -I m4