From 30380e11dcfce42fb35942036f246023cfbbbda1 Mon Sep 17 00:00:00 2001 From: Martyn Russell Date: Tue, 28 Oct 2014 09:13:41 +0000 Subject: libtracker-data: Don't fail to build with "all" target override The "all" target was used because the MAN page generation was not working previously, but it seems it does. So this line has been removed! https://bugzilla.gnome.org/show_bug.cgi?id=739260 --- src/libtracker-data/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/libtracker-data/Makefile.am b/src/libtracker-data/Makefile.am index 0e47bb241..53f80d6c9 100644 --- a/src/libtracker-data/Makefile.am +++ b/src/libtracker-data/Makefile.am @@ -16,8 +16,6 @@ AM_CPPFLAGS = \ -DSHAREDIR=\""$(datadir)"\" \ $(LIBTRACKER_DATA_CFLAGS) -all: $(libtracker_data_LTLIBRARIES) $(man_MANS) - libtracker_datadir = $(libdir)/tracker-$(TRACKER_API_VERSION) libtracker_data_LTLIBRARIES = libtracker-data.la -- cgit v1.2.1