diff Makefile.am @ 2:d00bc412900e

*: fix up lots of stuff and make the thing actually usable
author Paper <mrpapersonic@gmail.com>
date Sun, 24 Dec 2023 20:01:30 -0500
parents
children bd99b6549eb4
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Makefile.am	Sun Dec 24 20:01:30 2023 -0500
@@ -0,0 +1,6 @@
+lib_LTLIBRARIES = libedl.la
+libedl_la_SOURCES = src/main.c
+include_HEADERS = include/edl.h
+
+AM_CPPFLAGS = -I$(srcdir)/include
+ACLOCAL_AMFLAGS = -I m4