Mercurial > pidgin
view plugins/Makefile.am @ 606:eaab8abda2c0
[gaim-migrate @ 616]
ok, a few changes.
1) --enable-gnome (which is the default) can make sounds go through gnome,
which means they're configurable. they can still go through gaim.
2) --enable-gnome will also install the necessary files to make sounds
through gnome work.
3) the rpm will be built without gnome; if a distributor later wants to
require gnome that's up to them.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Fri, 04 Aug 2000 17:13:54 +0000 |
| parents | a26eb4c472d8 |
| children | a3fe1e6f4946 |
line wrap: on
line source
LDFLAGS += $(LIBS) -ggdb -shared SUFFIXES = .c .so .c.so: $(CC) $(CFLAGS) -I../src -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
