Skip to content

Commit

Permalink
Merge pull request #199 from linuxunderground/libdir
Browse files Browse the repository at this point in the history
Improve libdir management
  • Loading branch information
yoe authored Apr 4, 2024
2 parents c94f4a9 + 2b4a780 commit dc49ddd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardcomm/pkcs11/src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,10 @@ beid_spr_changepin_LDADD = @GTK_LIBS@
metainfodir = $(datarootdir)/metainfo
dist_metainfo_DATA = be.belgium.eid.eidmw.metainfo.xml

pkcs11_manifestdir = $(prefix)/lib/mozilla/pkcs11-modules
pkcs11_manifestdir = $(libdir)/mozilla/pkcs11-modules
pkcs11_manifest_DATA = beidpkcs11.json beidpkcs11_alt.json

managed_storage_manifestdir = $(prefix)/lib/mozilla/managed-storage
managed_storage_manifestdir = $(libdir)/mozilla/managed-storage
managed_storage_manifest_DATA = [email protected]

pkgconfig_DATA=libbeidpkcs11.pc

0 comments on commit dc49ddd

Please sign in to comment.