[openbnc-cvs] openbnc/tools Makefile.in,1.1,1.2
Status: Beta
Brought to you by:
andrereis
From: Mateusz K. <sh...@us...> - 2004-07-09 14:33:08
|
Update of /cvsroot/openbnc/openbnc/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10526/openbnc/tools Modified Files: Makefile.in Log Message: - Add --disable functions into ./configure'n'make stuff Index: Makefile.in =================================================================== RCS file: /cvsroot/openbnc/openbnc/tools/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:42 -0000 1.1 +++ Makefile.in 9 Jul 2004 14:32:58 -0000 1.2 @@ -65,11 +65,12 @@ bin_PROGRAMS = makesalt makesalt_SOURCES = makesalt.c 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@ |