|
From: CORE C. L. <cor...@li...> - 2000-11-25 23:54:55
|
Core CVS committal Author : smugg Project : core Module : src Modified Files: Makefile.am Log Message: fixed so make install is workable... next step is to make core do a accountsfile by itself if no accountsfile exists =================================================================== RCS file: /cvsroot/corem/core/src/Makefile.am,v retrieving revision 1.4 retrieving revision 1.5 diff -u -3 -r1.4 -r1.5 --- Makefile.am 2000/11/21 23:25:47 1.4 +++ Makefile.am 2000/11/25 23:54:24 1.5 @@ -1,5 +1,7 @@ MAINTAINERCLEANFILES = Makefile.in +SUBDIRS = pixmaps + CFLAGS = -g -W -Wall -Wno-implicit GLIB_CFLAGS = @GLIB_CFLAGS@ GLIB_LIBS = @GLIB_LIBS@ |