diff Makefile.am @ 4:c2408abb258a

*: add dumping to string, rename EDL_file to EDL
author Paper <mrpapersonic@gmail.com>
date Mon, 25 Dec 2023 16:24:16 -0500
parents bd99b6549eb4
children fee08fa622e1
line wrap: on
line diff
--- a/Makefile.am	Sun Dec 24 20:22:54 2023 -0500
+++ b/Makefile.am	Mon Dec 25 16:24:16 2023 -0500
@@ -1,6 +1,6 @@
 lib_LTLIBRARIES = libedl.la
-libedl_la_SOURCES = src/edl.c
-include_HEADERS = include/edl.h
+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