diff options
author | lado <herrlado@gmail.com> | 2013-04-03 10:00:02 +0200 |
---|---|---|
committer | lado <herrlado@gmail.com> | 2013-04-03 10:00:02 +0200 |
commit | 7b14565379b6334090c84db2f8911b7757212e5b (patch) | |
tree | 6266cc964c56d0bfb6abae3c1fa9fc7298500000 /vdr-vdrmanager/Makefile | |
parent | f5b4b051f856fb5c58e1b9269d2a9f82e3c894f9 (diff) | |
download | vdr-manager-7b14565379b6334090c84db2f8911b7757212e5b.tar.gz vdr-manager-7b14565379b6334090c84db2f8911b7757212e5b.tar.bz2 |
current changes
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: |