summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager
diff options
context:
space:
mode:
authorlado <herrlado@gmail.com>2013-01-22 00:06:36 +0100
committerlado <herrlado@gmail.com>2013-01-22 00:06:36 +0100
commit38d1dbda48a5f973b84d6dd8d898869c8fda355a (patch)
treed9790beeb24cbd3859203b502dd8a6341463f8f9 /vdr-vdrmanager
parent46df924635eba4e742cb151319b8010fe87b9694 (diff)
downloadvdr-manager-38d1dbda48a5f973b84d6dd8d898869c8fda355a.tar.gz
vdr-manager-38d1dbda48a5f973b84d6dd8d898869c8fda355a.tar.bz2
too much removed from old makefile. reverted
Diffstat (limited to 'vdr-vdrmanager')
-rw-r--r--vdr-vdrmanager/Makefile7
1 files changed, 3 insertions, 4 deletions
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: