changeset 173:7b5d56a74b71

[gaim-migrate @ 183] More mods to the build system to make it go smoother committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 25 Apr 2000 06:51:20 +0000
parents 450d62d40185
children a09fabd11900
files gaim.spec plugins/Makefile.am src/Makefile.am
diffstat 3 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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