aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-28 09:55:24 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2005-01-28 09:55:24 +0000
commita392b41f7e15f54ecc52cf869c5ea9784a483670 (patch)
tree745cf7b28853e8bada5d09ef93e90583107353b1 /Makefile.am
parent05a01ed31371aefdab981a26bce2f9605a81bcfe (diff)
From Yoshihiro Oyama: include the names of all the IrDA plugin's .o
files in the ENABLE_STATIC plugin_ldadd list. (This one was missing from the previous checkin.) git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@13187 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 34e8b0a4c8..d0c5d086b5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -148,6 +148,7 @@ plugin_ldadd = \
plugins/gryphon/packet-gryphon.o \
plugins/irda/packet-irda.o \
plugins/irda/packet-ircomm.o \
+ plugins/irda/packet-sir.o \
plugins/lwres/packet-lwres.o \
plugins/megaco/packet-megaco.o \
plugins/mgcp/packet-mgcp.o \