libnih.pc installed into wrong dir

Bug #924003 reported by Mike Frysinger
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libnih
New
Undecided
Unassigned

Bug Description

pkg-config files should be installed into $(libdir)/pkgconfig/ rather than hardcoding the "/lib/" path. simple fix:

--- nih-dbus/Makefile.am
+++ nih-dbus/Makefile.am

-pkgconfigdir = $(prefix)/lib/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig

--- nih/Makefile.am
+++ nih/Makefile.am
@@ -71,7 +71,7 @@

-pkgconfigdir = $(prefix)/lib/pkgconfig
+pkgconfigdir = $(libdir)/pkgconfig

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.