Mercurial > pidgin
view 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 |
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 notify.so spellchk.so plugindir = $(libdir)/gaim clean: $(RM) $(plugin_DATA) EXTRA_DIST = CRAZY HOWTO SIGNALS autorecon.c filectl.c gaiminc.c \ iconaway.c lagmeter.c notify.c simple.c spellchk.c toc_commands.c
