[gnome-commander/gcmd-1-2-8] Minor fix in autotools scripts



commit ff1be1284f8cf4d44284650716685734d60bcd82
Author: Piotr Eljasiak <epiotr src gnome org>
Date:   Thu Mar 11 20:15:45 2010 +0100

    Minor fix in autotools scripts

 src/dialogs/Makefile.am   |    2 +-
 src/intviewer/Makefile.am |    2 +-
 src/tags/Makefile.am      |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/dialogs/Makefile.am b/src/dialogs/Makefile.am
index 322ef5f..2af5c4a 100644
--- a/src/dialogs/Makefile.am
+++ b/src/dialogs/Makefile.am
@@ -5,7 +5,7 @@ noinst_LIBRARIES = libgcmd-dialogs.a
 AM_CPPFLAGS = \
 	$(CC_WARNINGS) \
 	-I$(top_srcdir) \
-	-I.. \
+	-I$(srcdir)/.. \
 	$(GNOMEUI_CFLAGS) \
 	$(GNOMEVFS_CFLAGS) \
 	$(EXIV2_CFLAGS) \
diff --git a/src/intviewer/Makefile.am b/src/intviewer/Makefile.am
index e93cf44..f264c79 100644
--- a/src/intviewer/Makefile.am
+++ b/src/intviewer/Makefile.am
@@ -3,7 +3,7 @@
 AM_CPPFLAGS = \
 	$(CC_WARNINGS) \
 	-I$(top_srcdir) \
-	-I.. \
+	-I$(srcdir)/.. \
 	$(GLIB_CFLAGS) \
 	$(GTK_CFLAGS) \
 	$(GNOMEUI_CFLAGS) \
diff --git a/src/tags/Makefile.am b/src/tags/Makefile.am
index bae84b1..14e8073 100644
--- a/src/tags/Makefile.am
+++ b/src/tags/Makefile.am
@@ -5,7 +5,7 @@ noinst_LIBRARIES = libgcmd-tags.a
 AM_CPPFLAGS = \
 	$(CC_WARNINGS) \
 	-I$(top_srcdir) \
-	-I.. \
+	-I$(srcdir)/.. \
 	$(GNOMEUI_CFLAGS) \
 	$(GNOMEVFS_CFLAGS) \
 	$(EXIV2_CFLAGS) \



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]