comparison 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
comparison
equal deleted inserted replaced
6:7137fbac0b85 7:fee08fa622e1
1 lib_LTLIBRARIES = libedl.la 1 lib_LTLIBRARIES = libedl.la
2 libedl_la_SOURCES = src/edl.c src/str.c 2 libedl_la_SOURCES = src/edl.c src/str.c
3 include_HEADERS = include/edl.h include/str.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