Skip to content

Commit

Permalink
utils: updated Makefile for tools with path to core src
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 8, 2016
1 parent 8d6804a commit f6f08b7
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 15 deletions.
11 changes: 5 additions & 6 deletions utils/db_berkeley/Makefile
@@ -1,23 +1,22 @@
# $Id: Makefile 882 2006-05-30 15:31:09Z miconda $
#
# db_berkeley Makefile
#
#

include ../../Makefile.defs
include ../../src/Makefile.defs

auto_gen=
NAME=kambdb_recover

include ../../Makefile.sources
include ../../src/Makefile.sources

# if you want to tune or reset flags
#DEFS:=-DEXTRA_DEBUG -I$(LOCALBASE)/BerkeleyDB.4.6/include
DEFS+=-I$(LOCALBASE)/include -I$(LOCALBASE)/BerkeleyDB.4.6/include \
-I$(LOCALBASE)/include/db4 -I$(SYSBASE)/include

LIBS=-L$(LOCALBASE)/lib -L$(SYSBASE)/lib -L$(LOCALBASE)/BerkeleyDB.4.6/lib -ldb

include ../../Makefile.rules
include ../../src/Makefile.rules

modules:

9 changes: 4 additions & 5 deletions utils/db_oracle/Makefile
@@ -1,14 +1,13 @@
# $Id$
#
# db_orasel Makefile
#
#

include ../../Makefile.defs
include ../../src/Makefile.defs

auto_gen=
NAME=kamailio_orasel

include ../../Makefile.sources
include ../../src/Makefile.sources

ORAPATH=

Expand Down Expand Up @@ -61,6 +60,6 @@ ifneq ($(ORAPATH),)
LIBS +=-Wl,-rpath $(ORAPATH)
endif

include ../../Makefile.rules
include ../../src/Makefile.rules

modules:
7 changes: 3 additions & 4 deletions utils/kamunix/Makefile
@@ -1,16 +1,15 @@
# $Id$
#
# kamunix Makefile
#

include ../../Makefile.defs
include ../../src/Makefile.defs

auto_gen=
NAME=kamunix

include ../../Makefile.sources
include ../../src/Makefile.sources

include ../../Makefile.rules
include ../../src/Makefile.rules

modules:

0 comments on commit f6f08b7

Please sign in to comment.