view plugins/Makefile.am @ 1422:6e0883ee51ce

[gaim-migrate @ 1432] Yeah, it sucks so far and its only 'browse' support. Searching will be easy to add, thankfully. Also, download progress is printed on the console. Files are saved in $HOME/ Progress bar will be implemented. The clist currently uses select-row. That sucks. Ill change that too. im sleepy. committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Wed, 24 Jan 2001 12:00:32 +0000
parents baef6e30f3a7
children c3a40af2b0c4
line wrap: on
line source

LDFLAGS += $(LDADD) $(LIBS) -ggdb -shared
SUFFIXES = .c .so
.c.so:
	$(CC) $(CFLAGS) -I\$(top_srcdir)/src -I\$(top_srcdir) -DVERSION=\"$(VERSION)\" -fPIC -o $@ $< $(LDFLAGS) $(PLUGIN_LIBS)

if PLUGINS

plugindir = $(libdir)/gaim

if PRPLS

SUBDIRS = yay icq msn jabber

prpls = irc.so napster.so

$(prpls): $(top_srcdir)/src/prpl.h

else

SUBDIRS =

prpls = 

endif 

plugin_DATA = $(prpls) autorecon.so iconaway.so notify.so spellchk.so lagmeter.so

$(plugin_DATA): $(top_srcdir)/src/gaim.h

clean distclean:
	$(RM) $(plugin_DATA)

else

plugin_DATA = 

endif



EXTRA_DIST = ChangeLog PERL-HOWTO 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 gaim.pl irc.c