changeset 162:9331563bdb26

[gaim-migrate @ 172] Hmmph committer: Tailor Script <tailor@pidgin.im>
author Rob Flynn <gaim@robflynn.com>
date Mon, 24 Apr 2000 10:00:17 +0000
parents 91d3dfac9c6e
children d2b38d23ce19
files Makefile.am plugins/Makefile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile.am	Mon Apr 24 06:03:11 2000 +0000
+++ b/Makefile.am	Mon Apr 24 10:00:17 2000 +0000
@@ -21,5 +21,5 @@
 
 endif
 
-SUBDIRS = m4 libfaim sounds pixmaps doc src
+SUBDIRS = m4 libfaim sounds pixmaps doc src plugins
 ACLOCAL_AMFLAGS = -I m4
--- a/plugins/Makefile	Mon Apr 24 06:03:11 2000 +0000
+++ b/plugins/Makefile	Mon Apr 24 10:00:17 2000 +0000
@@ -2,7 +2,7 @@
 CFLAGS = -Wall `gnome-config --cflags gtk` -I../src -g
 LDFLAGS = -ggdb `gnome-config --libs gtk` -shared -lpthread
 
-all: simple.so gaiminc.so autorecon.so spellchk.so chkmail.so \
+all: simple.so gaiminc.so autorecon.so spellchk.so \
 	filectl.so iconaway.so
 
 .SUFFIXES: .c .so