Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 382927 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac.old (-2 / +2 lines)
Lines 128-135 Link Here
128
dnl *_cflags:   cflags for pkg-config
128
dnl *_cflags:   cflags for pkg-config
129
dnl *_libs:     libs for pkg-config
129
dnl *_libs:     libs for pkg-config
130
130
131
GUTENPRINT_LIBS="-lgutenprint"
131
GUTENPRINT_LIBS='$(top_builddir)/src/main/libgutenprint.la'
132
GUTENPRINTUI2_LIBS="-lgutenprintui2"
132
GUTENPRINTUI2_LIBS='$(top_builddir)/src/gutenprintui2/libgutenprintui2.la'
133
gutenprint_version=${GUTENPRINT_VERSION}
133
gutenprint_version=${GUTENPRINT_VERSION}
134
gutenprintui2_version=${GUTENPRINT_VERSION}
134
gutenprintui2_version=${GUTENPRINT_VERSION}
135
135

Return to bug 382927