view Makefile.am @ 12:0cc2555db371

*: make our string functions not stupid strncat() made everything slow! new addition internally: an EDL_header structure to make things not stupid. if we were using C++ it wouldn't really be necessary, but alas :)
author Paper <paper@paper.us.eu.org>
date Wed, 27 Mar 2024 13:38:30 -0400
parents 0c98b46eaf73
children
line wrap: on
line source

lib_LTLIBRARIES = libedl.la

noinst_HEADERS =	\
	include/datatypes.h	\
	include/str.h	\
	include/util.h

include_HEADERS = include/edl.h

libedl_la_SOURCES = \
	src/edl.c \
	src/str.c \
	src/datatypes.c \
	src/util.c

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