diff options
author | Guy Harris <guy@alum.mit.edu> | 2005-01-28 09:47:52 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2005-01-28 09:47:52 +0000 |
commit | 4bc45c0d2c56bea0c7f64f5467ed22106c249bbd (patch) | |
tree | 3daae2f2ef1a9a48cd41d2abe23d945fb4d3f381 /Makefile.am | |
parent | 0c00534dd1a91630d53e566dad06010e284a7009 (diff) | |
download | wireshark-4bc45c0d2c56bea0c7f64f5467ed22106c249bbd.tar.gz wireshark-4bc45c0d2c56bea0c7f64f5467ed22106c249bbd.tar.bz2 wireshark-4bc45c0d2c56bea0c7f64f5467ed22106c249bbd.zip |
From Yoshihiro Oyama: include the names of all the IrDA plugin's .o
files in the ENABLE_STATIC plugin_ldadd list.
svn path=/trunk/; revision=13186
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 219a5015a8..34e8b0a4c8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -147,6 +147,7 @@ plugin_ldadd = \ plugins/giop/packet-coseventcomm.o \ plugins/gryphon/packet-gryphon.o \ plugins/irda/packet-irda.o \ + plugins/irda/packet-ircomm.o \ plugins/lwres/packet-lwres.o \ plugins/megaco/packet-megaco.o \ plugins/mgcp/packet-mgcp.o \ |