comparison plugins/Makefile.am @ 322:8ed366802f2e

[gaim-migrate @ 332] Made adjustments to how rpm .spec file works, and added new default plugin, and added plugins to RPM. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 02 Jun 2000 21:13:31 +0000
parents d25b1484011b
children cf895313fc50
comparison
equal deleted inserted replaced
321:14e78d939990 322:8ed366802f2e
5 CFLAGS += $(GTK_CFLAGS) -I../src 5 CFLAGS += $(GTK_CFLAGS) -I../src
6 endif 6 endif
7 LDFLAGS += -ggdb $(GTK_LIBS) -shared 7 LDFLAGS += -ggdb $(GTK_LIBS) -shared
8 .c.so: 8 .c.so:
9 $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS) 9 $(CC) $(CFLAGS) -fPIC -DPIC -o $@ $< $(LDFLAGS)
10 plugin_DATA = autorecon.so iconaway.so spellchk.so 10 plugin_DATA = autorecon.so iconaway.so notify.so spellchk.so
11 plugindir = $(libdir)/gaim 11 plugindir = $(libdir)/gaim
12 clean: 12 clean:
13 $(RM) $(plugin_DATA) 13 $(RM) $(plugin_DATA)
14 EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c filectl.c gaiminc.c \ 14 EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c filectl.c gaiminc.c \
15 iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c 15 iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c