aboutsummaryrefslogtreecommitdiffstats
path: root/wsutil/Makefile.common
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2013-01-15 21:54:41 +0000
committerGuy Harris <guy@alum.mit.edu>2013-01-15 21:54:41 +0000
commit05825b02cd1ea005972b80c5f8e7cf2c4fff27a0 (patch)
tree523e826dfb0129ccc793b4439284c8f86d38d019 /wsutil/Makefile.common
parentf4e862fb1a763685768a25d9d567007a2cdb29f5 (diff)
Add some routines to wsutil to, at least on some platforms, add
information to crash dumps and the like. (Currently, we only handle OS X's CrashReporter, but we should do this on other platforms where this information can be added and would be helpful.) White space tweaks. svn path=/trunk/; revision=47104
Diffstat (limited to 'wsutil/Makefile.common')
-rw-r--r--wsutil/Makefile.common2
1 files changed, 2 insertions, 0 deletions
diff --git a/wsutil/Makefile.common b/wsutil/Makefile.common
index 9462bffbcd..570dbe60da 100644
--- a/wsutil/Makefile.common
+++ b/wsutil/Makefile.common
@@ -30,6 +30,7 @@
# _SOURCES variables).
LIBWSUTIL_SRC = \
airpdcap_wep.c \
+ crash_info.c \
crc6.c \
crc7.c \
crc8.c \
@@ -46,6 +47,7 @@ LIBWSUTIL_SRC = \
# Header files that are not generated from other files
LIBWSUTIL_INCLUDES = \
+ crash_info.h \
crc6.h \
crc7.h \
crc8.h \