diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-05 16:00:05 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-06-05 16:00:05 +0000 |
commit | e64f9a892981dc37c339531c8ebdbceec7e98bab (patch) | |
tree | 03bd7c400ee10f52a4684a83c4be163cd7a21b1b | |
parent | 2d2ec627b4ca1033eb43229ec84d2a83776159a6 (diff) |
Added missing .h to -dev
-rw-r--r-- | src/Makefile.am | 5 | ||||
-rw-r--r-- | src/Makefile.in | 5 |
2 files changed, 8 insertions, 2 deletions
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@ \ |