From 6c06d25667f7c46e179bfd1121c512234c98649f Mon Sep 17 00:00:00 2001 From: Neels Hofmeyr Date: Tue, 27 Oct 2015 14:57:18 +0100 Subject: make install: also install gtpie.h --- gtp/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtp/Makefile.am b/gtp/Makefile.am index 4ad9f65..9586dfe 100644 --- a/gtp/Makefile.am +++ b/gtp/Makefile.am @@ -1,6 +1,6 @@ lib_LTLIBRARIES = libgtp.la -include_HEADERS = gtp.h pdp.h +include_HEADERS = gtp.h pdp.h gtpie.h AM_CFLAGS = -O2 -fno-builtin -Wall -DSBINDIR='"$(sbindir)"' -ggdb $(LIBOSMOCORE_CFLAGS) -- cgit v1.2.3