summaryrefslogtreecommitdiff
path: root/epan/crypt
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2010-11-29 22:34:04 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2010-11-29 22:34:04 +0000
commitf1c066bbee43fc081835463b28e22abf7c9ef084 (patch)
tree28aed42b8a631c782f3af105073743936c66e0cc /epan/crypt
parent050d9379ef50e240d31de5fa846d5b73c134756d (diff)
downloadwireshark-f1c066bbee43fc081835463b28e22abf7c9ef084.tar.gz
Move some checkapi targets into Makefile.common
svn path=/trunk/; revision=35073
Diffstat (limited to 'epan/crypt')
-rw-r--r--epan/crypt/Makefile.am6
-rw-r--r--epan/crypt/Makefile.common5
-rw-r--r--epan/crypt/Makefile.nmake8
3 files changed, 8 insertions, 11 deletions
diff --git a/epan/crypt/Makefile.am b/epan/crypt/Makefile.am
index 8db3475004..cb06d2cfab 100644
--- a/epan/crypt/Makefile.am
+++ b/epan/crypt/Makefile.am
@@ -47,8 +47,4 @@ libairpdcap_la_SOURCES = \
EXTRA_DIST = \
Makefile.common \
- Makefile.nmake
-
-checkapi:
- $(PERL) ../../tools/checkAPIs.pl -g termoutput \
- $(LIBAIRPDCAP_SRC)
+ Makefile.nmake
diff --git a/epan/crypt/Makefile.common b/epan/crypt/Makefile.common
index 93c5f65537..7a714eae4d 100644
--- a/epan/crypt/Makefile.common
+++ b/epan/crypt/Makefile.common
@@ -52,3 +52,8 @@ LIBAIRPDCAP_INCLUDES = \
crypt-rc4.h \
crypt-sha1.h \
wep-wpadefs.h
+
+
+checkapi:
+ $(PERL) ../../tools/checkAPIs.pl -g termoutput \
+ $(LIBAIRPDCAP_SRC)
diff --git a/epan/crypt/Makefile.nmake b/epan/crypt/Makefile.nmake
index b05773a2cf..1817ab65f5 100644
--- a/epan/crypt/Makefile.nmake
+++ b/epan/crypt/Makefile.nmake
@@ -15,8 +15,8 @@ CFLAGS=-WX -DHAVE_CONFIG_H $(GLIB_CFLAGS) -D_U_="" /I../.. $(LOCAL_CFLAGS)
AIRPDCAP_OBJECTS = $(LIBAIRPDCAP_SRC:.c=.obj)
-airpdcap.lib: $(AIRPDCAP_OBJECTS)
- link /lib /out:airpdcap.lib $(AIRPDCAP_OBJECTS)
+airpdcap.lib: $(AIRPDCAP_OBJECTS)
+ link /lib /out:airpdcap.lib $(AIRPDCAP_OBJECTS)
clean:
rm -f $(AIRPDCAP_OBJECTS) airpdcap.lib *.pdb
@@ -24,7 +24,3 @@ clean:
distclean: clean
maintainer-clean: distclean
-
-checkapi:
- $(PERL) ../../tools/checkAPIs.pl -g termoutput \
- $(LIBAIRPDCAP_SRC)