diff options
author | lado <herrlado@gmail.com> | 2013-01-22 00:06:36 +0100 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-01-22 00:06:36 +0100 |
commit | 38d1dbda48a5f973b84d6dd8d898869c8fda355a (patch) | |
tree | d9790beeb24cbd3859203b502dd8a6341463f8f9 /vdr-vdrmanager | |
parent | 46df924635eba4e742cb151319b8010fe87b9694 (diff) | |
download | vdr-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/Makefile | 7 |
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: |