view plugins/Makefile.am @ 197:24f0fef56a73

[gaim-migrate @ 207] Stupid change, but it's more logical to think about it this way. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Sun, 30 Apr 2000 00:52:53 +0000
parents 6af9b88e4f90
children 2042a38da38b
line wrap: on
line source

SUFFIXES = .c .so
if GNOMEAPPLET
CFLAGS += $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) -I../src -DUSE_APPLET
else
CFLAGS += $(GTK_CFLAGS) -I../src
endif
LDFLAGS += -ggdb $(GTK_LIBS) -shared
.c.so:
	$(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS)
plugin_DATA = autorecon.so iconaway.so spellchk.so
plugindir = $(libdir)/gaim
EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c chkmail.c filectl.c gaiminc.c \
	iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c