From: Hans-Bernhard B. <br...@us...> - 2006-09-30 16:51:48
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv3571/src Modified Files: Makefile.am Makefile.in Log Message: Refresh autoconfigury. Index: Makefile.am =================================================================== RCS file: /cvsroot/cscope/cscope/src/Makefile.am,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -r1.9 -r1.10 *** Makefile.am 23 Jan 2003 17:30:44 -0000 1.9 --- Makefile.am 30 Sep 2006 16:51:45 -0000 1.10 *************** *** 33,37 **** cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) ! INCLUDES = $(CURSES_INCLUDEDIR) ## Hack to clean the generated files and not include them in a "make dist". --- 33,37 ---- cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) ! AM_CPPFLAGS = $(CURSES_INCLUDEDIR) ## Hack to clean the generated files and not include them in a "make dist". Index: Makefile.in =================================================================== RCS file: /cvsroot/cscope/cscope/src/Makefile.in,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -r1.11 -r1.12 *** Makefile.in 19 Apr 2006 14:30:16 -0000 1.11 --- Makefile.in 30 Sep 2006 16:51:45 -0000 1.12 *************** *** 37,41 **** build_triplet = @build@ host_triplet = @host@ - LIBOBJDIR = @HAS_GNOME_TRUE@EXTRA_PROGRAMS = gscope$(EXEEXT) bin_PROGRAMS = cscope$(EXEEXT) --- 37,40 ---- *************** *** 230,234 **** EXTRA_cscope_SOURCES = scanner.l fscanner.l cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) ! INCLUDES = $(CURSES_INCLUDEDIR) CLEANFILES = scanner.c fscanner.c egrep.c EXTRA_DIST = emacs.e gmacs.ml --- 229,233 ---- EXTRA_cscope_SOURCES = scanner.l fscanner.l cscope_LDADD = $(CURSES_LIBS) $(LEXLIB) ! AM_CPPFLAGS = $(CURSES_INCLUDEDIR) CLEANFILES = scanner.c fscanner.c egrep.c EXTRA_DIST = emacs.e gmacs.ml |