From 094535c010320967639e8e86f974d878e80baa72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Fri, 1 May 2015 16:13:57 +0200 Subject: Imported Upstream version 1.7.0 --- jcnf/Jamfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'jcnf/Jamfile') diff --git a/jcnf/Jamfile b/jcnf/Jamfile index cc9df79..ea1e8f7 100644 --- a/jcnf/Jamfile +++ b/jcnf/Jamfile @@ -1,13 +1,11 @@ -# JAM style makefile for yajl +# JAM style makefile for jcnf #PREF_CCFLAGS = $(CCOPTFLAG) ; # Turn optimisation on PREF_CCFLAGS = $(CCDEBUGFLAG) ; # Debugging flags #PREF_CCFLAGS = $(CCHEAPDEBUG) ; # Heap Debugging flags PREF_LINKFLAGS = $(LINKDEBUGFLAG) ; # Link debugging flags -SubInclude yajl ; - #Products Libraries = libjcnf ; Executables = ; @@ -18,11 +16,13 @@ Headers = jcnf.h ; #InstallFile $(DESTDIR)$(PREFIX)/h : $(Headers) ; #InstallLib $(DESTDIR)$(PREFIX)/lib : $(Libraries) ; +HDRS = ../yajl ; + # config parser based on yajl Library libjcnf : jcnf.c ; # Link all utilities here with libicc -LINKLIBS = libjcnf yajl/libyajl ../numlib/libnum ; +LINKLIBS = libjcnf ../yajl/libyajl ../numlib/libnum ; # All utils are made from a single source file MainsFromSources test.c ; -- cgit v1.2.3