9
0
Fork 0

make install: also install gtpie.h

This commit is contained in:
Neels Hofmeyr 2015-10-27 14:57:18 +01:00
parent e845cb9505
commit 6c06d25667
1 changed files with 1 additions and 1 deletions

View File

@ -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)