Mercurial > libedl
annotate Makefile.am @ 7:fee08fa622e1
automake: don't expose private strings API
also use size_t rather than int for array sizes for... obvious reasons
| author | Paper <mrpapersonic@gmail.com> |
|---|---|
| date | Mon, 15 Jan 2024 06:42:30 -0500 |
| parents | c2408abb258a |
| children | 0c98b46eaf73 |
| rev | line source |
|---|---|
|
2
d00bc412900e
*: fix up lots of stuff and make the thing actually usable
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
1 lib_LTLIBRARIES = libedl.la |
|
4
c2408abb258a
*: add dumping to string, rename EDL_file to EDL
Paper <mrpapersonic@gmail.com>
parents:
3
diff
changeset
|
2 libedl_la_SOURCES = src/edl.c src/str.c |
|
7
fee08fa622e1
automake: don't expose private strings API
Paper <mrpapersonic@gmail.com>
parents:
4
diff
changeset
|
3 include_HEADERS = include/edl.h |
|
2
d00bc412900e
*: fix up lots of stuff and make the thing actually usable
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
4 |
|
d00bc412900e
*: fix up lots of stuff and make the thing actually usable
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
5 AM_CPPFLAGS = -I$(srcdir)/include |
|
d00bc412900e
*: fix up lots of stuff and make the thing actually usable
Paper <mrpapersonic@gmail.com>
parents:
diff
changeset
|
6 ACLOCAL_AMFLAGS = -I m4 |
