aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-05-01 04:38:42 +0000
committerGuy Harris <guy@alum.mit.edu>1999-05-01 04:38:42 +0000
commitfcee16869cc572cfd9240c7d0235ade97e0e0d9a (patch)
tree8b23f3c099ce9c26e15b254819517996f9433d04 /Makefile.am
parent07409c4ef0d08478f596dcc3db8d4593f6e0d062 (diff)
Add "gtkpacket.h" and "packet-ip.h" to the list of source files, so they
get put into the tarball by "make dist". svn path=/trunk/; revision=251
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index da64ac7ba7..693c05452b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,9 +65,11 @@ ethereal_SOURCES = \
file.h \
filter.h \
follow.h \
+ gtkpacket.h \
menu.h \
packet.h \
packet-dns.h \
+ packet-ip.h \
packet-ipv6.h \
packet-ipx.h \
packet-ncp.h \