aboutsummaryrefslogtreecommitdiffstats
path: root/epan/crypt/Makefile.nmake
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2012-01-14 15:46:25 +0000
committerJörg Mayer <jmayer@loplof.de>2012-01-14 15:46:25 +0000
commitc710b63e26247452ad88a917458115268ee7f65d (patch)
treedec6edeef47131b52c924699465db7266b710fec /epan/crypt/Makefile.nmake
parent39f888074785eef189eb4bdc5404f7fcd746eaed (diff)
Maybe adding $(GNUTLS_CFLAGS) will fix the build problem.
svn path=/trunk/; revision=40502
Diffstat (limited to 'epan/crypt/Makefile.nmake')
-rw-r--r--epan/crypt/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/epan/crypt/Makefile.nmake b/epan/crypt/Makefile.nmake
index a9bde581ed..37a7e20f50 100644
--- a/epan/crypt/Makefile.nmake
+++ b/epan/crypt/Makefile.nmake
@@ -9,7 +9,7 @@ include Makefile.common
############### no need to modify below this line #########
CFLAGS=$(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \
- /I../.. $(GLIB_CFLAGS)
+ /I../.. $(GLIB_CFLAGS) $(GNUTLS_CFLAGS)
.c.obj::
$(CC) $(CFLAGS) -Fd.\ -c $<
@@ -20,7 +20,7 @@ airpdcap.lib: $(AIRPDCAP_OBJECTS)
link /lib /out:airpdcap.lib $(AIRPDCAP_OBJECTS)
clean:
- rm -f $(AIRPDCAP_OBJECTS) airpdcap.lib *.pdb
+ rm -f $(AIRPDCAP_OBJECTS) airpdcap.lib *.pdb
distclean: clean