Mercurial > pidgin
comparison plugins/Makefile.am @ 1037:1c663beef29d
[gaim-migrate @ 1047]
out of chaos i have established order. i must be god.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 31 Oct 2000 09:48:42 +0000 |
| parents | 91b7377e7b45 |
| children | ece2d1543b20 |
comparison
equal
deleted
inserted
replaced
| 1036:faa5afc2b89e | 1037:1c663beef29d |
|---|---|
| 1 LDFLAGS += $(LDADD) $(LIBS) -ggdb -shared | 1 LDFLAGS += $(LDADD) $(LIBS) -shared |
| 2 SUFFIXES = .c .so | 2 SUFFIXES = .c .so |
| 3 .c.so: | 3 .c.so: |
| 4 $(CC) $(CFLAGS) -I../src -DVERSION=\"$(VERSION)\" -fPIC -DPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS) | 4 $(CC) $(CFLAGS) -I../src -DVERSION=\"$(VERSION)\" -fPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS) |
| 5 | 5 |
| 6 if PLUGINS | 6 if PLUGINS |
| 7 plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so lagmeter.so | 7 plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so lagmeter.so |
| 8 plugindir = $(libdir)/gaim | 8 plugindir = $(libdir)/gaim |
| 9 | 9 |
