Browse Source

Fix headers install in automake

Julien 'Lta' BALLET 11 years ago
parent
commit
6c446488e0
1 changed files with 5 additions and 2 deletions
  1. 5 2
      Makefile.am

+ 5 - 2
Makefile.am

@@ -14,8 +14,8 @@ endif
 
 bdsmdir = $(includedir)/bdsm
 
+include_HEADERS = include/bdsm.h
 bdsm_HEADERS = \
-    include/bdsm.h      \
     include/bdsm/debug.h    \
     include/bdsm/hmac_md5.h   \
     include/bdsm/netbios_defs.h   \
@@ -28,12 +28,15 @@ bdsm_HEADERS = \
     include/bdsm/smb_file.h   \
     include/bdsm/smb_message.h    \
     include/bdsm/smb_ntlm.h   \
-    include/bdsm/smb_packets.h    \
     include/bdsm/smb_session.h    \
     include/bdsm/smb_share.h    \
     include/bdsm/smb_stat.h   \
     include/bdsm/smb_types.h    \
     include/bdsm/smb_utils.h
+noinst_HEADERS = \
+    include/bdsm/smb_packets.h  \
+    contrib/mdx/md4.h           \
+    contrib/mdx/md5.h
 
 lib_LTLIBRARIES = libdsm.la