diff options
author | Thomas Klausner <wiz@NetBSD.org> | 2015-07-27 23:16:45 +0200 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@oracle.com> | 2019-01-06 13:14:58 -0800 |
commit | d971bb62c6d2a35eccfdcd0c3c6c65c4f841f556 (patch) | |
tree | 4dfea4c4c3f04d4de1bdb6be6dc403d0b39eeafe /Makefile.am | |
parent | bd8ff8a513d928878c877ea7b448baf7aee003a3 (diff) |
Add new ConstList functions and use them.
Gets rid of lots of const warnings.
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 56308e2..90315ee 100644 --- a/Makefile.am +++ b/Makefile.am @@ -27,6 +27,8 @@ AM_CFLAGS = $(CWARNFLAGS) mkfontscale_LDADD = @MKFONTSCALE_LIBS@ mkfontscale_SOURCES = \ + constlist.c \ + constlist.h \ data.h \ hash.c \ hash.h \ |