diff options
| author | Johns <johns98@gmx.net> | 2012-07-20 17:57:01 +0200 |
|---|---|---|
| committer | Johns <johns98@gmx.net> | 2012-07-20 17:57:01 +0200 |
| commit | 93d0fbcd05c885b4586d140a8506b34450560231 (patch) | |
| tree | 2ed2df748220de6bbbc5f4971af55a300a53040b /Makefile | |
| parent | 4883dc1501c3c9b087e4fd5c724adc4c6e48381b (diff) | |
| download | vdr-plugin-play-93d0fbcd05c885b4586d140a8506b34450560231.tar.gz vdr-plugin-play-93d0fbcd05c885b4586d140a8506b34450560231.tar.bz2 | |
Video module.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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: |
