summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohns <johns98@gmx.net>2012-07-20 17:57:01 +0200
committerJohns <johns98@gmx.net>2012-07-20 17:57:01 +0200
commit93d0fbcd05c885b4586d140a8506b34450560231 (patch)
tree2ed2df748220de6bbbc5f4971af55a300a53040b /Makefile
parent4883dc1501c3c9b087e4fd5c724adc4c6e48381b (diff)
downloadvdr-plugin-play-93d0fbcd05c885b4586d140a8506b34450560231.tar.gz
vdr-plugin-play-93d0fbcd05c885b4586d140a8506b34450560231.tar.bz2
Video module.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 953200e..e2260b8 100644
--- a/Makefile
+++ b/Makefile
@@ -60,18 +60,18 @@ DEFINES += $(CONFIG) -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' \
$(if $(GIT_REV), -DGIT_REV='"$(GIT_REV)"')
_CFLAGS = $(DEFINES) $(INCLUDES) \
- $(shell pkg-config --cflags xcb xcb-icccm xcb-image)
+ $(shell pkg-config --cflags xcb xcb-event xcb-keysyms xcb-icccm xcb-image)
#override _CFLAGS += -Werror
override CXXFLAGS += $(_CFLAGS)
override CFLAGS += $(_CFLAGS)
LIBS += \
- $(shell pkg-config --libs xcb xcb-icccm xcb-image)
+ $(shell pkg-config --libs xcb xcb-keysyms xcb-event xcb-icccm xcb-image)
### The object files (add further files here):
-OBJS = $(PLUGIN).o
+OBJS = $(PLUGIN).o video.o
SRCS = $(wildcard $(OBJS:.o=.c)) $(PLUGIN).cpp
### The main target: