GNOME Bugzilla – Bug 476076
fix libnotifymm includedirs
Last modified: 2007-09-20 15:54:10 UTC
The headers of libnotifymm are installed all over the place, and the .pc file doesn't even point to the right directory. I'm attaching a patch to fix this.
Created attachment 95397 [details] [review] includedir patch * libnotify/Makefile.am: * libnotify/libnotifymm/private/Makefile.am: * libnotify/libnotifymm.pc.in: Fix includedirs, and make .pc file point there. Fixes bug 476076.
Thanks. I have committed a similar patch, and release a new tarball.
In 0.6.0, AFAICS there's still one inconsistency: --- tools/m4/Makefile.am.orig +++ tools/m4/Makefile.am @@ -5,5 +5,5 @@ # Install the .m4, files: -tools_m4_includedir = $(libdir)/libnotifymm/proc/m4 +tools_m4_includedir = $(libdir)/libnotifymm-1.0/proc/m4 tools_m4_include_HEADERS = $(files_tools_m4)
Done. Thanks. Do you need a new tarball?
I don't; my release includes the patch.