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:
Fred Gleason
2021-05-19 15:07:36 -04:00
parent 352f18eddd
commit 70d773d78e
7 changed files with 300 additions and 317 deletions

View File

@@ -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

View File

@@ -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