aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/h223
diff options
context:
space:
mode:
authorjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-09 07:28:32 +0000
committerjmayer <jmayer@f5534014-38df-0310-8fa8-9805f1628bb7>2005-10-09 07:28:32 +0000
commitaea33c5ed38434cfaea4a71d1d733336fd54ad11 (patch)
tree3e0d50f29bc4dd42fba9366eb1a9de91baaa585b /plugins/h223
parent5a51c170912784ed49decbb7d50357b77330b7a9 (diff)
Add Makefile.in to maintainer-clean
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@16171 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'plugins/h223')
-rw-r--r--plugins/h223/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/h223/Makefile.am b/plugins/h223/Makefile.am
index 6ad7f050d9..80d9a75ca3 100644
--- a/plugins/h223/Makefile.am
+++ b/plugins/h223/Makefile.am
@@ -38,6 +38,7 @@ h223_la_SOURCES = \
plugin.c
h223_la_LDFLAGS = -module -avoid-version
+h223_la_LIBADD = @PLUGIN_LIBS@
# Libs must be cleared, or else libtool won't create a shared module.
# If your module needs to be linked against any particular libraries,
@@ -48,5 +49,8 @@ CLEANFILES = \
h223 \
*~
+MAINTAINERCLEANFILES = \
+ Makefile.in
+
EXTRA_DIST = \
Makefile.nmake