diff options
-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@ \ |