Mercurial > pidgin
comparison plugins/Makefile.am @ 176:c99d0b82c8a8
[gaim-migrate @ 186]
Fixed a bug where if you unload a plugin that had 3 callbacks, it would only
unload 2 of them. Other touch-ups and additions.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 25 Apr 2000 18:55:56 +0000 |
| parents | 4b011ba81a9d |
| children | 8d8faeab01f6 |
comparison
equal
deleted
inserted
replaced
| 175:4b011ba81a9d | 176:c99d0b82c8a8 |
|---|---|
| 1 SUFFIXES = .c .so | 1 SUFFIXES = .c .so |
| 2 CFLAGS += $(GTK_CFLAGS) -I../src $(GAIM_CFLAGS) | 2 if GNOMEAPPLET |
| 3 CFLAGS += $(GTK_CFLAGS) -I../src -DUSE_APPLET | |
| 4 else | |
| 5 CFLAGS += $(GTK_CFLAGS) -I../src | |
| 6 endif | |
| 3 LDFLAGS += -ggdb $(GTK_LIBS) -shared | 7 LDFLAGS += -ggdb $(GTK_LIBS) -shared |
| 4 .c.so: | 8 .c.so: |
| 5 $(CC) $(CFLAGS) -Wl,-soname,$@ -o $@ $< $(LDFLAGS) | 9 $(CC) $(CFLAGS) -Wl,-soname,$@ -o $@ $< $(LDFLAGS) |
| 6 plugin_DATA = autorecon.so iconaway.so spellchk.so | 10 plugin_DATA = autorecon.so iconaway.so spellchk.so |
| 7 plugindir = $(libdir)/gaim | 11 plugindir = $(libdir)/gaim |
