view plugins/Makefile.am @ 510:dab0c611029e

[gaim-migrate @ 520] 0.9.21 will never exist, so what about 0.10.0? (Yes, we're slowly approaching 1.0.0) committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Thu, 20 Jul 2000 16:45:21 +0000
parents e4c34ca88d9b
children 0f179ac59e27
line wrap: on
line source

if GNOMEAPPLET
CFLAGS += $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) -I../src -DUSE_APPLET
else
CFLAGS += $(GTK_CFLAGS) -I../src
endif



LDFLAGS += -ggdb $(GTK_LIBS) -shared
SUFFIXES = .c .so
.c.so:
	$(CC) $(CFLAGS) -DVERSION=\"$(VERSION)\" -fPIC -DPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS)



if PLUGINS
plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so
plugindir = $(libdir)/gaim

clean distclean clean-recursive distclean-recursive:
	$(RM) $(plugin_DATA)
endif



EXTRA_DIST = ChangeLog CRAZY HOWTO SIGNALS autorecon.c error.c filectl.c \
	gaiminc.c iconaway.c lagmeter.c notify.c simple.c spellchk.c \
	toc_commands.c