[openbnc-cvs] openbnc/src 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/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10526/openbnc/src Modified Files: Makefile.in Log Message: - Add --disable functions into ./configure'n'make stuff Index: Makefile.in =================================================================== RCS file: /cvsroot/openbnc/openbnc/src/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 @@ -67,11 +67,12 @@ openbnc_LDADD = -L/usr/local/ssl/lib -lssl -lcrypto -lresolv INCLUDES = -I../ -DHAVE_CONFIG -DBIGENDIAN -DNOSYSTIME -DHAVE_SSL 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@ |