diff options
author | lado <herrlado@gmail.com> | 2013-04-01 00:11:19 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-04-01 00:11:19 +0200 |
commit | da1c6058c56059c064f55b81586d6079677fa1b4 (patch) | |
tree | d88900a569335af120e9d13709a2c37478bd56ee /vdr-vdrmanager/Makefile | |
parent | da671823efe4d9202b2df74d12b7b69d0bea56c0 (diff) | |
download | vdr-manager-da1c6058c56059c064f55b81586d6079677fa1b4.tar.gz vdr-manager-da1c6058c56059c064f55b81586d6079677fa1b4.tar.bz2 |
Feature #790
Diffstat (limited to 'vdr-vdrmanager/Makefile')
-rw-r--r-- | vdr-vdrmanager/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-vdrmanager/Makefile b/vdr-vdrmanager/Makefile index 4fae6b6..c43fa6a 100644 --- a/vdr-vdrmanager/Makefile +++ b/vdr-vdrmanager/Makefile @@ -47,7 +47,7 @@ SOFILE = libvdr-$(PLUGIN).so ### The object files (add further files here): -OBJS = $(PLUGIN).o sock.o vdrmanagerthread.o select.o handler.o helpers.o +OBJS = $(PLUGIN).o sock.o vdrmanagerthread.o select.o handler.o helpers.o compressor.o ### The main target: |