aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2001-03-18 03:23:30 +0000
committerGuy Harris <guy@alum.mit.edu>2001-03-18 03:23:30 +0000
commitb8289288e85f21c738cf00d27d0f5a33062dbcab (patch)
treeb2412a5008626726a43a9a06f3508ce140d9c90e /Makefile.am
parent8e268424e1a1542c9d2e355c874c61912fb166c1 (diff)
Correctly handle Interim responses to TRANSACTION requests.
Move the declaration of routines exported from "packet-smb-mailslot.c" into a "packet-smb-mailslot.h" header file, and have modules that import those routines include "packet-smb-mailslot.h" rather than declaring the routines themselves; do the same for routines exported from "packet-smb-pipe.c". Make routines not exported static, and make routines that return a true/false return value "gboolean" rather than "guint32". svn path=/trunk/; revision=3146
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 7d5a82e02a..3ff1e4e699 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
# Makefile.am
# Automake file for Ethereal
#
-# $Id: Makefile.am,v 1.291 2001/03/18 02:13:32 guy Exp $
+# $Id: Makefile.am,v 1.292 2001/03/18 03:23:30 guy Exp $
#
# Ethereal - Network traffic analyzer
# By Gerald Combs <gerald@zing.org>
@@ -293,6 +293,8 @@ noinst_HEADERS = \
packet-sll.h \
packet-smb.h \
packet-smb-common.h \
+ packet-smb-mailslot.h \
+ packet-smb-pipe.h \
packet-sna.h \
packet-snmp.h \
packet-sscop.h \