comparison 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
comparison
equal deleted inserted replaced
2:d00bc412900e 3:bd99b6549eb4
1 lib_LTLIBRARIES = libedl.la 1 lib_LTLIBRARIES = libedl.la
2 libedl_la_SOURCES = src/main.c 2 libedl_la_SOURCES = src/edl.c
3 include_HEADERS = include/edl.h 3 include_HEADERS = include/edl.h
4 4
5 AM_CPPFLAGS = -I$(srcdir)/include 5 AM_CPPFLAGS = -I$(srcdir)/include
6 ACLOCAL_AMFLAGS = -I m4 6 ACLOCAL_AMFLAGS = -I m4