diff options
author | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-09-11 09:05:22 +0000 |
---|---|---|
committer | Ronnie Sahlberg <ronnie_sahlberg@ozemail.com.au> | 2002-09-11 09:05:22 +0000 |
commit | 14243464b9236acd4c6d5b3143574c573f8396a5 (patch) | |
tree | c314de53569ee3bde8760b9b907deb86141af30b /Makefile.nmake | |
parent | 48a5798890adb4de33a2a3fd48fd314d3171434c (diff) | |
download | wireshark-14243464b9236acd4c6d5b3143574c573f8396a5.tar.gz wireshark-14243464b9236acd4c6d5b3143574c573f8396a5.tar.bz2 wireshark-14243464b9236acd4c6d5b3143574c573f8396a5.zip |
From Jaime Fournier: DCE/RCP RPRIV interface
svn path=/trunk/; revision=6267
Diffstat (limited to 'Makefile.nmake')
-rw-r--r-- | Makefile.nmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.nmake b/Makefile.nmake index 46efd2bdfb..992a8148d6 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -1,7 +1,7 @@ ## Makefile for building ethereal.exe with Microsoft C and nmake ## Use: $(MAKE) /$(MAKEFLAGS) -f makefile.nmake # -# $Id: Makefile.nmake,v 1.217 2002/09/10 11:33:00 sahlberg Exp $ +# $Id: Makefile.nmake,v 1.218 2002/09/11 09:05:22 sahlberg Exp $ include config.nmake include <win32.mak> @@ -70,6 +70,7 @@ DISSECTOR_SRC = \ packet-dcerpc-oxid.c \ packet-dcerpc-reg.c \ packet-dcerpc-remact.c \ + packet-dcerpc-rpriv.c \ packet-dcerpc-rs_acct.c \ packet-dcerpc-rs_attr.c \ packet-dcerpc-rs_misc.c \ |