Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 397411
Collapse All | Expand All

(-)a/libgksu/Makefile.am (-2 / +2 lines)
Lines 22-29 includedir = ${prefix}/include/${PACKAGE} Link Here
22
pkgconfigdir = ${libdir}/pkgconfig
22
pkgconfigdir = ${libdir}/pkgconfig
23
pkgconfig_DATA = libgksu2.pc
23
pkgconfig_DATA = libgksu2.pc
24
24
25
pkglibdir = ${libdir}/${PACKAGE}
25
gksulibdir = ${libdir}/${PACKAGE}
26
pkglib_PROGRAMS = gksu-run-helper
26
gksulib_PROGRAMS = gksu-run-helper
27
gksu_run_helper_LDADD = ${GLIB_LIBS} 
27
gksu_run_helper_LDADD = ${GLIB_LIBS} 
28
gksu_run_helper_SOURCES = gksu-run-helper.c
28
gksu_run_helper_SOURCES = gksu-run-helper.c
29
29

Return to bug 397411