Mercurial > pidgin
comparison plugins/Makefile.am @ 369:cf895313fc50
[gaim-migrate @ 379]
Nothing interesting
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 09 Jun 2000 08:06:22 +0000 |
| parents | 8ed366802f2e |
| children | be408b41c172 |
comparison
equal
deleted
inserted
replaced
| 368:9bf1f77985d2 | 369:cf895313fc50 |
|---|---|
| 5 CFLAGS += $(GTK_CFLAGS) -I../src | 5 CFLAGS += $(GTK_CFLAGS) -I../src |
| 6 endif | 6 endif |
| 7 LDFLAGS += -ggdb $(GTK_LIBS) -shared | 7 LDFLAGS += -ggdb $(GTK_LIBS) -shared |
| 8 .c.so: | 8 .c.so: |
| 9 $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS) | 9 $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS) |
| 10 if PLUGINS | |
| 10 plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so | 11 plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so |
| 11 plugindir = $(libdir)/gaim | 12 plugindir = $(libdir)/gaim |
| 12 clean: | 13 clean distclean clean-recursive distclean-recursive: |
| 13 $(RM) $(plugin_DATA) | 14 $(RM) $(plugin_DATA) |
| 15 endif | |
| 14 EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c filectl.c gaiminc.c \ | 16 EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c filectl.c gaiminc.c \ |
| 15 iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c | 17 iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c |
