Add strnatcmp by Martin Pool for 'natural order' string comparisons, and make use...
[metze/wireshark/wip.git] / epan / Makefile.common
index b9e84e8b2e2876091d4ea3026e67cc509415e9e1..446bdead58f89561ce55e01377c4d393056ad257 100644 (file)
@@ -83,6 +83,7 @@ LIBWIRESHARK_SRC =            \
        sna-utils.c             \
        stat_cmd_args.c         \
        stats_tree.c            \
+       strnatcmp.c             \
        strutil.c               \
        stream.c                \
        t35.c                   \
@@ -232,6 +233,7 @@ LIBWIRESHARK_INCLUDES =             \
        stats_tree.h            \
        stats_tree_priv.h       \
        stream.h                \
+       strnatcmp.h             \
        strutil.h               \
        t35.h                   \
        tap.h                   \