From f2bb5b8ae61f7b14d71fe7bc94dfa9bc58e4a65d Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Thu, 22 Feb 2018 13:57:48 +0100 Subject: [PATCH] install header file from automake --- Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index c9502b0..437062c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,8 @@ libdice_la_SOURCES = lib/dice_lexer.l \ lib/dice.c \ lib/diceexpr.c +include_HEADERS = lib/dice.h + AM_CFLAGS = -Ilib libdice_la_LIBADD = ${BSD_LIBS}