aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in15
1 files changed, 8 insertions, 7 deletions
diff --git a/Makefile.in b/Makefile.in
index 58e55fa497..385ef0446e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -131,12 +131,15 @@ ethereal_SOURCES = \
print.h \
ps.h \
resolv.h \
- snprintf.h \
util.h
-EXTRA_ethereal_SOURCES = @SNPRINTF_C@
+EXTRA_ethereal_SOURCES = \
+ snprintf.c \
+ snprintf.h
+
ethereal_DEPENDENCIES = @SNPRINTF_O@
-LDADD = @SNPRINTF_O@
+ethereal_LDADD = @SNPRINTF_O@
+
DISTCLEANFILES = \
rdps \
ps.c
@@ -148,8 +151,7 @@ EXTRA_DIST = \
image/icon-excl.xpm \
manuf \
print.ps \
- rdps.c \
- snprintf.c
+ rdps.c
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = config.h
@@ -168,7 +170,6 @@ packet-ip.o packet-ipv6.o packet-ipx.o packet-ncp.o packet-null.o \
packet-osi.o packet-ospf.o packet-ppp.o packet-raw.o packet-rip.o \
packet-tcp.o packet-tr.o packet-trmac.o packet-udp.o packet-vines.o \
prefs.o print.o ps.o resolv.o util.o
-ethereal_LDADD = $(LDADD)
ethereal_LDFLAGS =
CFLAGS = @CFLAGS@
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(CPPFLAGS) $(CFLAGS)
@@ -199,7 +200,7 @@ DEP_FILES = .deps/capture.P .deps/ethereal.P .deps/ethertype.P \
.deps/packet-ppp.P .deps/packet-raw.P .deps/packet-rip.P \
.deps/packet-tcp.P .deps/packet-tr.P .deps/packet-trmac.P \
.deps/packet-udp.P .deps/packet-vines.P .deps/packet.P .deps/prefs.P \
-.deps/print.P .deps/ps.P .deps/resolv.P .deps/util.P
+.deps/print.P .deps/ps.P .deps/resolv.P .deps/snprintf.P .deps/util.P
SOURCES = $(ethereal_SOURCES) $(EXTRA_ethereal_SOURCES)
OBJECTS = $(ethereal_OBJECTS)