summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-01 15:17:53 +0000
committerscop <scop@e10066b5-e1e2-0310-b819-94efdf66514b>2008-01-01 15:17:53 +0000
commit23e8155da3f926436905f869d81522df1cf3c6e1 (patch)
tree3550fd69321e0714334df17fee27b208d758eaf3
parente9373aae98c51088d8cf78c20d6d54e2f9692866 (diff)
downloadvdr-plugin-muggle-23e8155da3f926436905f869d81522df1cf3c6e1.tar.gz
vdr-plugin-muggle-23e8155da3f926436905f869d81522df1cf3c6e1.tar.bz2
Use LIBDIR more.
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@988 e10066b5-e1e2-0310-b819-94efdf66514b
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 55134f3..9610754 100644
--- a/Makefile
+++ b/Makefile
@@ -167,7 +167,7 @@ mugglei: mg_tools.o mugglei.o mg_db.o $(DB_OBJ) mg_listitem.o mg_item.o mg_item_
$(CXX) $(CXXFLAGS) $^ $(MILIBS) $(SQLLIBS) -o $@
install:
- @cp --remove-destination ../../lib/libvdr-muggle*.so.* \
+ @cp --remove-destination $(LIBDIR)/libvdr-muggle*.so.* \
$(DESTDIR)/usr/lib/vdr/
@cp mugglei $(DESTDIR)$(BINDIR)/
@cp scripts/muggle-image-convert $(DESTDIR)$(BINDIR)/