From 19bf9e294b4da1f1a67e1a16e23cda372547798b Mon Sep 17 00:00:00 2001 Message-Id: <19bf9e294b4da1f1a67e1a16e23cda372547798b.1368897347.git.agx@sigxcpu.org> From: =?UTF-8?q?Guido=20G=C3=BCnther?= Date: Sat, 18 May 2013 19:14:39 +0200 Subject: [PATCH] build: use top_builddir instead of builddir when building syncevo-local-sync. Maemo's old automake doesn't now about builddir. This only fixes the one occurence relevant to Maemo. --- src/src.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/src.am b/src/src.am index 8da50e2..5505b07 100644 --- a/src/src.am +++ b/src/src.am @@ -183,7 +183,7 @@ src_syncevo_local_sync_LDADD = $(gdbus_build_dir)/libgdbussyncevo.la $(CORE_LDAD src_syncevo_local_sync_CPPFLAGS = -DHAVE_CONFIG_H -I$(gdbus_dir) $(src_cppflags) src_syncevo_local_sync_CXXFLAGS = $(PCRECPP_CFLAGS) $(SYNCEVOLUTION_CXXFLAGS) $(CORE_CXXFLAGS) $(GLIB_CFLAGS) $(DBUS_CFLAGS) $(LIBSOUP_CFLAGS) $(SYNCEVO_WFLAGS) src_syncevo_local_sync_LDFLAGS = $(PCRECPP_LIBS) $(CORE_LD_FLAGS) $(LIBSOUP_LIBS) -src_syncevo_local_sync_DEPENDENCIES = $(builddir)/$(gdbus_build_dir)/libgdbussyncevo.la $(EXTRA_LTLIBRARIES) $(CORE_DEP) $(SYNTHESIS_DEP) +src_syncevo_local_sync_DEPENDENCIES = $(top_builddir)/$(gdbus_build_dir)/libgdbussyncevo.la $(EXTRA_LTLIBRARIES) $(CORE_DEP) $(SYNTHESIS_DEP) # Do the linking here, as with all SyncEvolution executables. -- 1.7.10.4