mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-14 08:39:31 +02:00
Merge branch 'makefile_fixes' of https://github.com/chrko/rivendell into chrko-makefile_fixes
This commit is contained in:
commit
555e59b28d
@ -100,13 +100,8 @@ fi
|
||||
AR_GCC_TARGET()
|
||||
AC_SUBST(VENDOR,$ar_gcc_distro)
|
||||
AC_SUBST(ARCH,$ar_gcc_arch)
|
||||
if test $ar_gcc_arch = x86_64 ; then
|
||||
LIB_PATH=$PREFIX/lib64
|
||||
AC_SUBST(RD_LIB_PATH,lib64)
|
||||
else
|
||||
LIB_PATH=$PREFIX/lib
|
||||
AC_SUBST(RD_LIB_PATH,lib)
|
||||
fi
|
||||
LIB_PATH=$PREFIX/lib
|
||||
AC_SUBST(RD_LIB_PATH,lib)
|
||||
|
||||
#
|
||||
# Determine Distro
|
||||
|
@ -29,8 +29,9 @@ MOC = @QT_MOC@
|
||||
moc_%.cpp: %.h
|
||||
$(MOC) $< -o $@
|
||||
|
||||
inst_prefix_dir=$(DESTDIR)
|
||||
inst_lib_LTLIBRARIES = pam_rd.la
|
||||
inst_libdir=/@RD_LIB_PATH@/security
|
||||
inst_libdir=$(prefix)/@RD_LIB_PATH@/security
|
||||
dist_pam_rd_la_SOURCES = pam_rd.cpp
|
||||
pam_rd_la_LDFLAGS = -module -shared -Xlinker -x -avoid-version -export-dynamic
|
||||
pam_rd_la_LIBADD = @LIB_RDLIBS@ -lpam @LIBVORBIS@
|
||||
|
@ -37,8 +37,8 @@ uninstall-local:
|
||||
rm -f $(DESTDIR)$(prefix)/share/rivendell/rdcartslots_*.qm
|
||||
|
||||
all:
|
||||
lupdate rdcartslots.pro
|
||||
lrelease rdcartslots.pro
|
||||
@QT_BIN@/lupdate rdcartslots.pro
|
||||
@QT_BIN@/lrelease rdcartslots.pro
|
||||
|
||||
bin_PROGRAMS = rdcartslots
|
||||
|
||||
|
@ -29,7 +29,7 @@ moc_%.cpp: %.h
|
||||
$(MOC) $< -o $@
|
||||
|
||||
# I18N Stuff
|
||||
install-exec-local:
|
||||
install-exec-hook:
|
||||
mkdir -p $(DESTDIR)$(prefix)/share/rivendell
|
||||
cp rdselect_*.qm $(DESTDIR)$(prefix)/share/rivendell
|
||||
chmod 4755 $(DESTDIR)$(prefix)/bin/rdselect
|
||||
|
Loading…
x
Reference in New Issue
Block a user