From: Sean E. <sea...@us...> - 2002-08-26 03:49:31
|
Update of /cvsroot/gaim/gaim/src In directory usw-pr-cvs1:/tmp/cvs-serv4483/src Modified Files: Makefile.am Log Message: Chip--correct any of this if I'm wrong. I only know it works for me. Index: Makefile.am =================================================================== RCS file: /cvsroot/gaim/gaim/src/Makefile.am,v retrieving revision 1.48 retrieving revision 1.49 diff -u -d -r1.48 -r1.49 --- Makefile.am 25 Aug 2002 06:08:15 -0000 1.48 +++ Makefile.am 26 Aug 2002 03:49:28 -0000 1.49 @@ -36,8 +36,7 @@ LIBS = @LIBS@ $(GTK_LIBS) $(SOUND_LIBS) $(STATIC_LINK_LIBS) $(PERL_LIBS) $(XSS_LIBS) $(INTLLIBS) $(DEBUG_LIBS) -EXTRA_DIST = applet.h \ - convo.h \ +EXTRA_DIST = convo.h \ core.h \ gaim.h \ getopt.c \ |