Mercurial > pidgin.yaz
comparison pidgin/plugins/Makefile.am @ 26237:eb21f65728c0
propagate from branch 'im.pidgin.pidgin' (head bc80dc424bc7a7e274901f9124173538e5b43f41)
to branch 'im.pidgin.soc.2008.yahoo' (head 42700e96e9188523e8d99406abde695abf97caf5)
author | Sulabh Mahajan <sulabh@soc.pidgin.im> |
---|---|
date | Wed, 12 Nov 2008 10:18:49 +0000 |
parents | 20846036cbd5 |
children | bb99ee66120e ee18c6a99628 |
comparison
equal
deleted
inserted
replaced
26236:618d122af044 | 26237:eb21f65728c0 |
---|---|
130 # This part allows people to build their own plugins in here. | 130 # This part allows people to build their own plugins in here. |
131 # Yes, it's a mess. | 131 # Yes, it's a mess. |
132 # | 132 # |
133 SUFFIXES = .c .so | 133 SUFFIXES = .c .so |
134 .c.so: | 134 .c.so: |
135 $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_srcdir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS) | 135 $(LIBTOOL) --mode=compile $(CC) -DHAVE_CONFIG_H -I$(top_builddir) $(AM_CPPFLAGS) $(CFLAGS) -c $< -o tmp$@.lo $(PLUGIN_CFLAGS) |
136 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS) | 136 $(LIBTOOL) --mode=link $(CC) $(CFLAGS) -o libtmp$@.la -rpath $(plugindir) tmp$@.lo $(LIBS) $(LDFLAGS) -module -avoid-version $(PLUGIN_LIBS) |
137 @rm -f tmp$@.lo tmp$@.o libtmp$@.la | 137 @rm -f tmp$@.lo tmp$@.o libtmp$@.la |
138 @cp .libs/libtmp$@.so* $@ | 138 @cp .libs/libtmp$@.so* $@ |
139 @rm -f .libs/libtmp$@.* | 139 @rm -f .libs/libtmp$@.* |