From d3be5479f0a3eee76ab8b98b1c6488b3cf5e50a5 Mon Sep 17 00:00:00 2001 From: methodus Date: Wed, 3 Oct 2012 22:34:14 +0200 Subject: Splitted tools.h into several tool headers to avoid clashed for example when only requiring string tools but not ixml tools. --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d77e982..cbae582 100644 --- a/Makefile +++ b/Makefile @@ -72,12 +72,13 @@ OBJS = $(PLUGIN).o \ common/tools.o \ common/parser.o \ common/setup.o \ + common/ixml.o \ media/profile.o \ media/mediaManager.o \ media/pluginManager.o \ $(TNTOBJ) -LIBS += -lupnp -lcxxtools -ltntnet -ltntdb +LIBS += -lupnp -lcxxtools -ltntnet -ltntdb -ldl ### The main target: @@ -128,7 +129,7 @@ i18n: $(I18Nmsgs) $(I18Npot) ### Targets: libvdr-$(PLUGIN).so: $(OBJS) - $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@ + $(CXX) $(CXXFLAGS) $(LDFLAGS) -rdynamic -shared $(OBJS) $(LIBS) -o $@ @cp --remove-destination $@ $(LIBDIR)/$@.$(APIVERSION) dist: $(I18Npo) clean -- cgit v1.2.3