From e64f9a892981dc37c339531c8ebdbceec7e98bab Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Thu, 5 Jun 2014 16:00:05 +0000 Subject: Added missing .h to -dev --- src/Makefile.am | 5 ++++- src/Makefile.in | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 02b98ae..2686c21 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -8,8 +8,11 @@ DevIncludes_DATA = \ ../config.h \ htsmodules.h \ htsbasenet.h \ + htsnet.h \ htsbauth.h \ - htsdefines.h + htsdefines.h \ + htsstrings.h \ + htssafe.h INCLUDES = \ @DEFAULT_CFLAGS@ \ diff --git a/src/Makefile.in b/src/Makefile.in index c2e3b45..1190350 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -319,8 +319,11 @@ DevIncludes_DATA = \ ../config.h \ htsmodules.h \ htsbasenet.h \ + htsnet.h \ htsbauth.h \ - htsdefines.h + htsdefines.h \ + htsstrings.h \ + htssafe.h INCLUDES = \ @DEFAULT_CFLAGS@ \ -- cgit v1.2.3