mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-07-23 16:08:15 +02:00
Missing prefix usage
This commit is contained in:
parent
aa2b1e6207
commit
8f0ca900fc
@ -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@
|
||||
|
Loading…
x
Reference in New Issue
Block a user