# HG changeset patch # User Eric Warmenhoven # Date 956645480 0 # Node ID 7b5d56a74b712ac2e750c9796896e7f5ecef6e4f # Parent 450d62d40185d024e066533be72f2a73d0cd536e [gaim-migrate @ 183] More mods to the build system to make it go smoother committer: Tailor Script diff -r 450d62d40185 -r 7b5d56a74b71 gaim.spec --- a/gaim.spec Tue Apr 25 06:02:31 2000 +0000 +++ b/gaim.spec Tue Apr 25 06:51:20 2000 +0000 @@ -42,7 +42,7 @@ %files %defattr(-,root,root) %attr(755,root,root) %{prefix}/bin/gaim -%doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog plugins/CRAZY plugins/HOWTO plugins/Makefile plugins/SIGNALS plugins/autorecon.c plugins/chkmail.c plugins/filectl.c plugins/gaiminc.c plugins/iconaway.c plugins/simple.c plugins/spellchk.c +%doc doc/the_penguin.txt doc/PROTOCOL doc/CREDITS NEWS COPYING AUTHORS doc/FAQ README README.plugins ChangeLog %clean rm -r $RPM_BUILD_ROOT diff -r 450d62d40185 -r 7b5d56a74b71 plugins/Makefile.am --- a/plugins/Makefile.am Tue Apr 25 06:02:31 2000 +0000 +++ b/plugins/Makefile.am Tue Apr 25 06:51:20 2000 +0000 @@ -1,7 +1,8 @@ SUFFIXES = .c .so -CFLAGS += $(GTK_CFLAGS) -I../src +CFLAGS += $(GTK_CFLAGS) -I../src $(GAIM_CFLAGS) LDFLAGS += -ggdb $(GTK_LIBS) -shared .c.so: $(CC) $(CFLAGS) -Wl,-soname,$@ -o $@ $< $(LDFLAGS) plugin_DATA = autorecon.so iconaway.so spellchk.so plugindir = $(libdir)/gaim +EXTRA_DIST = CRAZY HOWTO SIGNALS chkmail.c filectl.c gaiminc.c simple.c toc_commands.c diff -r 450d62d40185 -r 7b5d56a74b71 src/Makefile.am --- a/src/Makefile.am Tue Apr 25 06:02:31 2000 +0000 +++ b/src/Makefile.am Tue Apr 25 06:51:20 2000 +0000 @@ -6,10 +6,10 @@ sound.c toc.c util.c else bin_PROGRAMS = gaim -gaim_SOURCES = about.c aim.c away.c buddy.c buddy_chat.c conversation.c \ - dialogs.c html.c prefs.c proxy.c toc.c sound.c gaim.h \ - plugins.c network.c server.c browser.c util.c oscar.c gtkhtml.c \ - idle.c gaimrc.c gnome_applet_mgr.c +gaim_SOURCES = about.c aim.c away.c browser.c buddy.c buddy_chat.c \ + conversation.c dialogs.c gaimrc.c gnome_applet_mgr.c gtkhtml.c \ + html.c idle.c network.c oscar.c plugins.c prefs.c proxy.c server.c \ + sound.c toc.c util.c endif