view plugins/Makefile.am @ 584:56f7cb624e9e

[gaim-migrate @ 594] removed some unused variables, and added a pretty icon the pref dialog's 'close' button committer: Tailor Script <tailor@pidgin.im>
author Todd Kulesza <fflewddur>
date Wed, 02 Aug 2000 14:23:01 +0000
parents d7cdcd9e28f4
children a26eb4c472d8
line wrap: on
line source

if GNOMEAPPLET
CFLAGS += $(GTK_CFLAGS) $(GNOME_INCLUDEDIR) -I../src -DUSE_APPLET
else
CFLAGS += $(GTK_CFLAGS) -I../src -I../libfaim/faim -I../libfaim
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 events.c