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

Collapse All | Expand All

(-)evolution-data-server-1.3.7/docs/reference/calendar/libecal/Makefile.am (-2 / +2 lines)
Lines 32-41 Link Here
32
32
33
if GTK_DOC_USE_LIBTOOL
33
if GTK_DOC_USE_LIBTOOL
34
GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
34
GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
35
GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
35
GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) $(NSS_LIBS)
36
else
36
else
37
GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
37
GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
38
GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
38
GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) $(NSS_LIBS)
39
endif
39
endif
40
40
41
# We set GPATH here; this gives us semantics for GNU make
41
# We set GPATH here; this gives us semantics for GNU make
(-)evolution-data-server-1.3.7/docs/reference/calendar/libecal/Makefile.in (-2 / +2 lines)
Lines 354-361 Link Here
354
# Everything below here is generic #
354
# Everything below here is generic #
355
####################################
355
####################################
356
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
356
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
357
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
357
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) $(NSS_LIBS)
358
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
358
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) $(NSS_LIBS)
359
359
360
# We set GPATH here; this gives us semantics for GNU make
360
# We set GPATH here; this gives us semantics for GNU make
361
# which are more like other make's VPATH, when it comes to
361
# which are more like other make's VPATH, when it comes to
(-)evolution-data-server-1.3.7/docs/reference/calendar/libedata-cal/Makefile.am (-2 / +2 lines)
Lines 31-40 Link Here
31
31
32
if GTK_DOC_USE_LIBTOOL
32
if GTK_DOC_USE_LIBTOOL
33
GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
33
GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
34
GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
34
GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) $(NSS_LIBS)
35
else
35
else
36
GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
36
GTKDOC_CC = $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
37
GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
37
GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) $(NSS_LIBS)
38
endif
38
endif
39
39
40
# We set GPATH here; this gives us semantics for GNU make
40
# We set GPATH here; this gives us semantics for GNU make
(-)evolution-data-server-1.3.7/docs/reference/calendar/libedata-cal/Makefile.in (-2 / +2 lines)
Lines 353-360 Link Here
353
# Everything below here is generic #
353
# Everything below here is generic #
354
####################################
354
####################################
355
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
355
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_CC = $(LIBTOOL) --mode=compile $(CC) $(INCLUDES) $(AM_CFLAGS) $(CFLAGS)
356
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
356
@GTK_DOC_USE_LIBTOOL_FALSE@GTKDOC_LD = $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) $(NSS_LIBS)
357
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS)
357
@GTK_DOC_USE_LIBTOOL_TRUE@GTKDOC_LD = $(LIBTOOL) --mode=link $(CC) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) $(NSS_LIBS)
358
358
359
# We set GPATH here; this gives us semantics for GNU make
359
# We set GPATH here; this gives us semantics for GNU make
360
# which are more like other make's VPATH, when it comes to
360
# which are more like other make's VPATH, when it comes to

Return to bug 102487