view plugins/Makefile.am @ 440:7d61632b2591

[gaim-migrate @ 450] Minor changes to new away messages dialog. also, set sizing properties to false so user cannot resize. committer: Tailor Script <tailor@pidgin.im>
author Syd Logan <slogan>
date Thu, 29 Jun 2000 05:15:55 +0000
parents ccf7fc40263f
children e4c34ca88d9b
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)



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