Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1200)

Unified Diff: modules/carrierroute/Makefile

Issue 27270044: Carrierroute libconfuse remover
Patch Set: Created 11 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: modules/carrierroute/Makefile
diff --git a/modules/carrierroute/Makefile b/modules/carrierroute/Makefile
index b06441a9f4d5d621668367c008ed546df9aa18bb..4117bbb83ef8dfbec06fe3d54d683f0e6742b6dc 100644
--- a/modules/carrierroute/Makefile
+++ b/modules/carrierroute/Makefile
@@ -9,23 +9,6 @@ include ../../Makefile.defs
auto_gen=
NAME=carrierroute.so
-ifeq ($(CROSS_COMPILE),)
-CONFUSE_BUILDER = $(shell \
- if which confuse-config &>/dev/null;then \
- echo 'confuse-config'; \
- elif pkg-config --exists libconfuse; then \
- echo 'pkg-config libconfuse'; \
- fi)
-endif
-
-ifeq ($(CONFUSE_BUILDER),)
- DEFS += -I$(LOCALBASE)/include
- LIBS += -L$(LOCALBASE)/lib -lconfuse
-else
- DEFS += $(shell $(CONFUSE_BUILDER) --cflags)
- LIBS += $(shell $(CONFUSE_BUILDER) --libs)
-endif
-
DEFS+=-DKAMAILIO_MOD_INTERFACE
SERLIBPATH=../../lib

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b