Mercurial > libedl
comparison 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 |
comparison
equal
deleted
inserted
replaced
3:bd99b6549eb4 | 4:c2408abb258a |
---|---|
1 lib_LTLIBRARIES = libedl.la | 1 lib_LTLIBRARIES = libedl.la |
2 libedl_la_SOURCES = src/edl.c | 2 libedl_la_SOURCES = src/edl.c src/str.c |
3 include_HEADERS = include/edl.h | 3 include_HEADERS = include/edl.h include/str.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 |