mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2021-05-19 Fred Gleason <fredg@paravelsystems.com>
* Removed the 'LOCAL_PREFIX' and 'RD_LIB_PATH' Autoconf substitutions from the build system. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -30,8 +30,6 @@ CWRAP = ../helpers/cwrap
|
||||
moc_%.cpp: %.h
|
||||
$(MOC) $< -o $@
|
||||
|
||||
instdir = @LOCAL_PREFIX@/lib
|
||||
|
||||
# I18N Stuff
|
||||
install-exec-local:
|
||||
mkdir -p $(DESTDIR)$(prefix)/share/rivendell
|
||||
|
@@ -2,7 +2,7 @@
|
||||
//
|
||||
// Install-Dependent Path Values for Rivendell
|
||||
//
|
||||
// (C) Copyright 2008,2016 Fred Gleason <fredg@paravelsystems.com>
|
||||
// (C) Copyright 2008-2021 Fred Gleason <fredg@paravelsystems.com>
|
||||
//
|
||||
// This program is free software; you can redistribute it and/or modify
|
||||
// it under the terms of the GNU General Public License version 2 as
|
||||
@@ -24,7 +24,7 @@
|
||||
/*
|
||||
* Rivendell Loadable Modules Directory
|
||||
*/
|
||||
#define RD_MODULES_DIR "@prefix@/@RD_LIB_PATH@/rivendell"
|
||||
#define RD_MODULES_DIR "@libdir@/rivendell"
|
||||
|
||||
/*
|
||||
* Default Skins
|
||||
|
Reference in New Issue
Block a user