From Jiri Engelthaler via
[metze/wireshark/wip.git] / wsutil / Makefile.common
index 22190db4aca5929e3c088c86dd430597d40e00b7..7332d97d8e24f519e6561c3000ae9c512f6ca299 100644 (file)
 # generated from YACC or Lex files (as Automake doesn't want them in
 # _SOURCES variables).
 LIBWSUTIL_SRC =        \
+       aes.c           \
        airpdcap_wep.c  \
+       crash_info.c    \
+       crc6.c          \
+       crc7.c          \
+       crc8.c          \
        crc10.c         \
+       crc11.c         \
        crc16.c         \
        crc16-plain.c   \
        crc32.c         \
-       crc6.c          \
-       crc8.c          \
        crcdrm.c        \
+       des.c           \
+       eax.c           \
+       g711.c          \
+       md4.c           \
+       md5.c           \
        mpeg-audio.c    \
+       nstime.c        \
        privileges.c    \
+       sha1.c          \
+       strnatcmp.c     \
        str_util.c      \
-       type_util.c
+       swar.c          \
+       rc4.c           \
+       report_err.c    \
+       tempfile.c      \
+       type_util.c     \
+       u3.c
 
 # Header files that are not generated from other files
 LIBWSUTIL_INCLUDES =   \
+       aes.h           \
+       crash_info.h    \
        crc6.h          \
+       crc7.h          \
+       crc8.h          \
        crc10.h         \
+       crc11.h         \
        crc16.h         \
        crc16-plain.h   \
        crc32.h         \
-       crc8.h          \
        crcdrm.h        \
+       des.h           \
+       eax.h           \
+       g711.h          \
+       md4.h           \
+       md5.h           \
        mpeg-audio.h    \
+       nstime.h        \
        privileges.h    \
+       sha1.h          \
+       strnatcmp.h     \
        str_util.h      \
-       type_util.h
+       pint.h          \
+       rc4.h           \
+       report_err.h    \
+       swar.h          \
+       tempfile.h      \
+       type_util.h     \
+       u3.h