[gnome-autoar] Fix possible build problem
- From: Ting-Wei Lan <lantw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-autoar] Fix possible build problem
- Date: Wed, 11 Sep 2013 13:47:38 +0000 (UTC)
commit 588c58ba00191afefe3581f6aeb71903f678c6f4
Author: Ting-Wei Lan <lantw44 gmail com>
Date: Wed Sep 11 21:27:28 2013 +0800
Fix possible build problem
docs/reference/gnome-autoar/Makefile.am | 2 +-
tests/Makefile.am | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/docs/reference/gnome-autoar/Makefile.am b/docs/reference/gnome-autoar/Makefile.am
index b820f07..0361660 100644
--- a/docs/reference/gnome-autoar/Makefile.am
+++ b/docs/reference/gnome-autoar/Makefile.am
@@ -20,8 +20,8 @@ GTKDOC_CFLAGS = \
$(NULL)
GTKDOC_LIBS = \
- $(DEPENDENCIES_LIBS) \
$(top_builddir)/gnome-autoar/libgnome-autoar.la \
+ $(DEPENDENCIES_LIBS) \
$(NULL)
# This includes the standard gtk-doc make rules, copied by gtkdocize.
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c96ef9a..60de4e0 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -6,13 +6,13 @@ noinst_PROGRAMS = test-extract test-pref test-create test-ui
test_cflags = \
$(DEPENDENCIES_CFLAGS) \
- $(AM_CFLAGS) \
-I$(top_srcdir) \
+ $(AM_CFLAGS) \
$(NULL)
test_libs = \
- $(DEPENDENCIES_LIBS) \
$(top_builddir)/gnome-autoar/libgnome-autoar.la \
+ $(DEPENDENCIES_LIBS) \
$(NULL)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]