aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2005-01-28 09:55:24 +0000
committerGuy Harris <guy@alum.mit.edu>2005-01-28 09:55:24 +0000
commit3dcde587082a82950fe6d6a656476b38a7523b5b (patch)
tree745cf7b28853e8bada5d09ef93e90583107353b1 /Makefile.am
parent4bc45c0d2c56bea0c7f64f5467ed22106c249bbd (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.) svn path=/trunk/; revision=13187
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 \