[gaim-migrate @ 183]

Tue, 25 Apr 2000 06:51:20 +0000

author
Eric Warmenhoven <warmenhoven@yahoo.com>
date
Tue, 25 Apr 2000 06:51:20 +0000
changeset 173
bd258ffda7bc
parent 172
755d8aa5b22c
child 174
580147a03e36

[gaim-migrate @ 183]
More mods to the build system to make it go smoother

gaim.spec file | annotate | diff | comparison | revisions
plugins/Makefile.am file | annotate | diff | comparison | revisions
src/Makefile.am file | annotate | diff | comparison | revisions
--- 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
--- 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
--- 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
 
 

mercurial