aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/Makefile
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1998-11-13 05:57:39 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1998-11-13 05:57:39 +0000
commitd744ff6a91857950287a61d7758546b8f06d17fd (patch)
treea29978089e7880cbef4eb885047517f563cb6d86 /wiretap/Makefile
parent7b91cc82151285a0312c501318b8e4dc883406fc (diff)
downloadwireshark-d744ff6a91857950287a61d7758546b8f06d17fd.tar.gz
wireshark-d744ff6a91857950287a61d7758546b8f06d17fd.tar.bz2
wireshark-d744ff6a91857950287a61d7758546b8f06d17fd.zip
Now that I know where to find the file format of Sniffer trace files, wiretap
now *properly* reads Sniffer files. I now know the field in the file header which denotes link type. svn path=/trunk/; revision=88
Diffstat (limited to 'wiretap/Makefile')
-rw-r--r--wiretap/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/wiretap/Makefile b/wiretap/Makefile
index 0fc2722ab0..2b53870591 100644
--- a/wiretap/Makefile
+++ b/wiretap/Makefile
@@ -88,17 +88,17 @@ LIBS = -lpcap -L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lglib -lXext -lX11
libwiretap_a_LIBADD =
libwiretap_a_OBJECTS = buffer.o file.o lanalyzer.o ngsniffer.o wtap.o
AR = ar
-CFLAGS = -g -O2 -I/usr/local/lib/glib/include -I/usr/local/include
+CFLAGS = -g -O2 -I/usr/local/lib/glib/include -I/usr/local/include -Iwiretap
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
LINK = $(CC) $(CFLAGS) $(LDFLAGS) -o $@
DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
-Makefile.in NEWS aclocal.m4 config.h.in configure configure.in \
-stamp-h.in
+Makefile.in NEWS acconfig.h aclocal.m4 config.h.in configure \
+configure.in stamp-h.in
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
-TAR = gtar
+TAR = tar
GZIP = --best
DEP_FILES = .deps/buffer.P .deps/file.P .deps/lanalyzer.P \
.deps/ngsniffer.P .deps/wtap.P
@@ -132,7 +132,7 @@ stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
$(SHELL) ./config.status
@echo timestamp > stamp-h
$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
-$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
+$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
cd $(top_srcdir) && $(AUTOHEADER)
@echo timestamp > $(srcdir)/stamp-h.in