X-Git-Url: http://git.samba.org/samba.git/?p=obnox%2Fwireshark%2Fwip.git;a=blobdiff_plain;f=Makefile.nmake;h=eeba19e970b39abf1a78e8ab0d975eb9b59e7a62;hp=d7286a0ca6795d17863a84fcaf8d77783c6322fc;hb=422a09166e47f86728dbb41b9e01d8a4213ee039;hpb=792fbef5fb5f5ffcaf0b6eef4402bf976aef8458 diff --git a/Makefile.nmake b/Makefile.nmake index d7286a0ca6..eeba19e970 100644 --- a/Makefile.nmake +++ b/Makefile.nmake @@ -206,6 +206,7 @@ config.h : config.h.win32 config.nmake sed -e s/@VERSION@/$(VERSION)/ \ -e "s/@HAVE_GNU_ADNS@/$(ADNS_CONFIG)/" \ -e "s/@HAVE_PCRE@/$(PCRE_CONFIG)/" \ + -e "s/@HAVE_NETTLE@/$(NETTLE_CONFIG)/" \ -e "s/@HAVE_LIBZ@/$(ZLIB_CONFIG)/" \ -e "s/@HAVE_LIBPCAP@/$(WINPCAP_CONFIG)/" \ -e "s/@HAVE_PCAP_FINDALLDEVS@/$(PCAP_FINDALLDEVS_CONFIG)/" \