aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.common
diff options
context:
space:
mode:
authorRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-07-20 10:19:47 +0000
committerRonnie Sahlberg <ronnie_sahlberg@ozemail.com.au>2006-07-20 10:19:47 +0000
commit950bd739489f5b44bf0f70655908199bed0b5dd1 (patch)
treea652b22219b1a809c1d52687e6e95b9ed0d04370 /Makefile.common
parente27d8be9d3cd16b990f6fa3e7ef6f86736fc4c47 (diff)
we dont need our own snprintf any more since we always use g_snprintf() instead.
svn path=/trunk/; revision=18771
Diffstat (limited to 'Makefile.common')
-rw-r--r--Makefile.common3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile.common b/Makefile.common
index 15ccd1989a..8e5382882e 100644
--- a/Makefile.common
+++ b/Makefile.common
@@ -121,7 +121,6 @@ TSHARK_TAP_SRC = \
EXTRA_wireshark_SOURCES = \
getopt.c \
mkstemp.c \
- snprintf.c \
strerror.c \
strcasecmp.c \
strncasecmp.c \
@@ -131,8 +130,6 @@ EXTRA_wireshark_SOURCES = \
EXTRA_wireshark_INCLUDES = \
getopt.h \
mkstemp.h \
- snprintf.h \
- snprintf-imp.h \
strerror.h \
strptime.h