Mercurial > libedl
view Makefile.am @ 13:41b74137e201
include: make header guards sane
double underscores are reserved to the implementation by
the C standard
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Wed, 03 Apr 2024 20:48:51 -0400 |
parents | 0c98b46eaf73 |
children |
line wrap: on
line source
lib_LTLIBRARIES = libedl.la noinst_HEADERS = \ include/datatypes.h \ include/str.h \ include/util.h include_HEADERS = include/edl.h libedl_la_SOURCES = \ src/edl.c \ src/str.c \ src/datatypes.c \ src/util.c AM_CPPFLAGS = -I$(srcdir)/include ACLOCAL_AMFLAGS = -I m4