By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 701
Collapse All | Expand All

(-)libcaldav-old/src/Makefile.am (-1 / +1 lines)
Lines 37-43 Link Here
37
			get-freebusy-report.c \
37
			get-freebusy-report.c \
38
			get-freebusy-report.h
38
			get-freebusy-report.h
39
39
40
libcaldav_includedir=$(includedir)/libcaldav-@VERSION@
40
libcaldav_includedir=$(includedir)/libcaldav
41
libcaldav_include_HEADERS = caldav.h
41
libcaldav_include_HEADERS = caldav.h
42
42
43
noinst_HEADERS = \
43
noinst_HEADERS = \
(-)libcaldav-old/src/Makefile.in (-2 / +2 lines)
Lines 284-290 Link Here
284
			get-freebusy-report.c \
284
			get-freebusy-report.c \
285
			get-freebusy-report.h
285
			get-freebusy-report.h
286
286
287
libcaldav_includedir = $(includedir)/libcaldav-@VERSION@
287
libcaldav_includedir = $(includedir)/libcaldav
288
libcaldav_include_HEADERS = caldav.h
288
libcaldav_include_HEADERS = caldav.h
289
noinst_HEADERS = \
289
noinst_HEADERS = \
290
			add-caldav-object.h \
290
			add-caldav-object.h \
Lines 371-377 Link Here
371
	  echo "rm -f \"$${dir}/so_locations\""; \
371
	  echo "rm -f \"$${dir}/so_locations\""; \
372
	  rm -f "$${dir}/so_locations"; \
372
	  rm -f "$${dir}/so_locations"; \
373
	done
373
	done
374
libcaldav.la: $(libcaldav_la_OBJECTS) $(libcaldav_la_DEPENDENCIES) 
374
libcaldav.la: $(libcaldav_la_OBJECTS) $(libcaldav_la_DEPENDENCIES)
375
	$(libcaldav_la_LINK) $(am_libcaldav_la_rpath) $(libcaldav_la_OBJECTS) $(libcaldav_la_LIBADD) $(LIBS)
375
	$(libcaldav_la_LINK) $(am_libcaldav_la_rpath) $(libcaldav_la_OBJECTS) $(libcaldav_la_LIBADD) $(LIBS)
376
376
377
mostlyclean-compile:
377
mostlyclean-compile:

Return to bug 701