aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-10-27 14:57:18 +0100
committerNeels Hofmeyr <nhofmeyr@sysmocom.de>2015-10-27 14:57:18 +0100
commit6c06d25667f7c46e179bfd1121c512234c98649f (patch)
treec10a024bb4f1e7214ebc522c73418d871d739640
parente845cb950544af8f0d00f5a2bed2072d795a2a7e (diff)
make install: also install gtpie.h
-rw-r--r--gtp/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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)