From 38d1dbda48a5f973b84d6dd8d898869c8fda355a Mon Sep 17 00:00:00 2001 From: lado Date: Tue, 22 Jan 2013 00:06:36 +0100 Subject: too much removed from old makefile. reverted --- vdr-vdrmanager/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'vdr-vdrmanager') diff --git a/vdr-vdrmanager/Makefile b/vdr-vdrmanager/Makefile index 174dedd..4fae6b6 100644 --- a/vdr-vdrmanager/Makefile +++ b/vdr-vdrmanager/Makefile @@ -41,14 +41,13 @@ PACKAGE = vdr-$(ARCHIVE) SOFILE = libvdr-$(PLUGIN).so ### Includes and Defines (add further entries here): +-INCLUDES += -I$(VDRDIR)/include -I$(DVBDIR)/include -INCLUDES += - -DEFINES += -DPLUGIN_NAME_I18N='"$(PLUGIN)"' +-DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): -OBJS = $(PLUGIN).o +OBJS = $(PLUGIN).o sock.o vdrmanagerthread.o select.o handler.o helpers.o ### The main target: -- cgit v1.2.3