summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2014-05-02 16:00:00 +0200
committerJoerg Bornkessel <hd_brummy@gentoo.org>2014-05-02 16:00:00 +0200
commitadc6103d9a6c622d2aff8f50955702695f48be48 (patch)
tree0a471bb8688e0a38062a8af1fff4eff9a099f777
parentccd609f677ad60475a7c4289524053ad2f03e97d (diff)
downloadvdr-plugin-audiorecorder-2.0.0_rc2.tar.gz
vdr-plugin-audiorecorder-2.0.0_rc2.tar.bz2
added missing variable LIBSvdr-plugin-audiorecorder-2.0.0_rc2
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90ebb01..bc86b77 100644
--- a/Makefile
+++ b/Makefile
@@ -123,7 +123,7 @@ install-i18n: $(I18Nmsgs)
### Targets:
$(SOFILE): $(OBJS)
- $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) -o $@
+ $(CXX) $(CXXFLAGS) $(LDFLAGS) -shared $(OBJS) $(LIBS) -o $@
install-lib: $(SOFILE)
install -D $^ $(DESTDIR)$(LIBDIR)/$^.$(APIVERSION)