[openbnc-cvs] openbnc/menuconf Makefile.in,1.1,1.2
Status: Beta
Brought to you by:
andrereis
|
From: Mateusz K. <sh...@us...> - 2004-07-09 14:33:07
|
Update of /cvsroot/openbnc/openbnc/menuconf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10526/openbnc/menuconf Modified Files: Makefile.in Log Message: - Add --disable functions into ./configure'n'make stuff Index: Makefile.in =================================================================== RCS file: /cvsroot/openbnc/openbnc/menuconf/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.in 8 Jul 2004 14:57:41 -0000 1.1 +++ Makefile.in 9 Jul 2004 14:32:57 -0000 1.2 @@ -67,11 +67,12 @@ menuconf_LDADD = -lncurses INCLUDES = -I../src/ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs +CONFIG_HEADER = ../config.h CONFIG_CLEAN_FILES = PROGRAMS = $(bin_PROGRAMS) -DEFS = @DEFS@ -I. -I$(srcdir) +DEFS = @DEFS@ -I. -I$(srcdir) -I.. CPPFLAGS = @CPPFLAGS@ LDFLAGS = @LDFLAGS@ LIBS = @LIBS@ |