diff Makefile.am @ 3:bd99b6549eb4

*: expand in readme and rename src/main to src/edl
author Paper <mrpapersonic@gmail.com>
date Sun, 24 Dec 2023 20:22:54 -0500
parents d00bc412900e
children c2408abb258a
line wrap: on
line diff
--- a/Makefile.am	Sun Dec 24 20:01:30 2023 -0500
+++ b/Makefile.am	Sun Dec 24 20:22:54 2023 -0500
@@ -1,5 +1,5 @@
 lib_LTLIBRARIES = libedl.la
-libedl_la_SOURCES = src/main.c
+libedl_la_SOURCES = src/edl.c
 include_HEADERS = include/edl.h
 
 AM_CPPFLAGS = -I$(srcdir)/include