summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-07-26 08:25:05 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-07-26 08:25:05 +0200
commit9b94733eb4a3c924717da8a2d1041d9186c74f59 (patch)
treed37463723d17252c37076e7e1bb494dd40cdefd3
parent8b9b46082ec55a56359559e3124fa1007bca4dfc (diff)
downloadkftpgrabber-9b94733eb4a3c924717da8a2d1041d9186c74f59.tar.gz
kftpgrabber-9b94733eb4a3c924717da8a2d1041d9186c74f59.zip
Fix build outside source
-rw-r--r--kftpgrabber/src/Makefile.am2
-rw-r--r--kftpgrabber/src/engine/Makefile.am2
-rw-r--r--kftpgrabber/src/misc/Makefile.am2
-rw-r--r--kftpgrabber/src/misc/customcommands/Makefile.am2
-rw-r--r--kftpgrabber/src/misc/interfaces/Makefile.am2
-rw-r--r--kftpgrabber/src/misc/plugins/bookmarkimport/filezilla3/Makefile.am2
-rw-r--r--kftpgrabber/src/misc/plugins/bookmarkimport/gftp/Makefile.am2
-rw-r--r--kftpgrabber/src/misc/plugins/bookmarkimport/kftp/Makefile.am2
-rw-r--r--kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/Makefile.am2
-rw-r--r--kftpgrabber/src/ui/Makefile.am2
-rw-r--r--kftpgrabber/src/widgets/Makefile.am2
-rw-r--r--kftpgrabber/src/widgets/bookmarks/Makefile.am1
-rw-r--r--kftpgrabber/src/widgets/browser/Makefile.am2
-rw-r--r--kftpgrabber/src/widgets/queueview/Makefile.am2
14 files changed, 27 insertions, 0 deletions
diff --git a/kftpgrabber/src/Makefile.am b/kftpgrabber/src/Makefile.am
index 211c0c5..cafc0df 100644
--- a/kftpgrabber/src/Makefile.am
+++ b/kftpgrabber/src/Makefile.am
@@ -5,6 +5,8 @@ INCLUDES = -I$(srcdir)/misc \
-I$(srcdir)/widgets/browser \
-I$(srcdir)/widgets/filtereditor \
-I$(srcdir)/widgets/queueview \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
# these are the headers for your project
diff --git a/kftpgrabber/src/engine/Makefile.am b/kftpgrabber/src/engine/Makefile.am
index ad6adb1..aeb4134 100644
--- a/kftpgrabber/src/engine/Makefile.am
+++ b/kftpgrabber/src/engine/Makefile.am
@@ -1,5 +1,7 @@
INCLUDES = -I.. -I$(srcdir)/.. \
-I../misc -I$(srcdir)/../misc \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
noinst_LIBRARIES = libengine.a
diff --git a/kftpgrabber/src/misc/Makefile.am b/kftpgrabber/src/misc/Makefile.am
index 8250ffc..b334505 100644
--- a/kftpgrabber/src/misc/Makefile.am
+++ b/kftpgrabber/src/misc/Makefile.am
@@ -1,6 +1,8 @@
INCLUDES = -I$(srcdir)/.. \
-I$(srcdir)/../engine \
-I$(srcdir)/../misc/interfaces \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
diff --git a/kftpgrabber/src/misc/customcommands/Makefile.am b/kftpgrabber/src/misc/customcommands/Makefile.am
index 8436cf4..6edf0c6 100644
--- a/kftpgrabber/src/misc/customcommands/Makefile.am
+++ b/kftpgrabber/src/misc/customcommands/Makefile.am
@@ -3,6 +3,8 @@ INCLUDES = -I$(srcdir)/../.. \
-I$(srcdir)/../../engine \
-I$(srcdir)/../../misc/interfaces \
-I$(srcdir)/../../widgets \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
noinst_LIBRARIES = libcustomcommands.a
diff --git a/kftpgrabber/src/misc/interfaces/Makefile.am b/kftpgrabber/src/misc/interfaces/Makefile.am
index 461e48c..1706c1e 100644
--- a/kftpgrabber/src/misc/interfaces/Makefile.am
+++ b/kftpgrabber/src/misc/interfaces/Makefile.am
@@ -1,5 +1,7 @@
INCLUDES = -I$(top_srcdir)/kftpgrabber/src/ftp \
-I$(top_srcdir)/kftpgrabber/src/qsa \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
diff --git a/kftpgrabber/src/misc/plugins/bookmarkimport/filezilla3/Makefile.am b/kftpgrabber/src/misc/plugins/bookmarkimport/filezilla3/Makefile.am
index a9c2338..570de6f 100644
--- a/kftpgrabber/src/misc/plugins/bookmarkimport/filezilla3/Makefile.am
+++ b/kftpgrabber/src/misc/plugins/bookmarkimport/filezilla3/Makefile.am
@@ -1,4 +1,6 @@
INCLUDES = -I$(srcdir)/../../../interfaces \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
diff --git a/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/Makefile.am b/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/Makefile.am
index 7e48ed4..58836d6 100644
--- a/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/Makefile.am
+++ b/kftpgrabber/src/misc/plugins/bookmarkimport/gftp/Makefile.am
@@ -1,4 +1,6 @@
INCLUDES = -I$(srcdir)/../../../interfaces \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
diff --git a/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/Makefile.am b/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/Makefile.am
index 655e86b..7954126 100644
--- a/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/Makefile.am
+++ b/kftpgrabber/src/misc/plugins/bookmarkimport/kftp/Makefile.am
@@ -1,4 +1,6 @@
INCLUDES = -I$(srcdir)/../../../interfaces \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
diff --git a/kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/Makefile.am b/kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/Makefile.am
index d6fa948..a41d13a 100644
--- a/kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/Makefile.am
+++ b/kftpgrabber/src/misc/plugins/bookmarkimport/ncftp/Makefile.am
@@ -1,4 +1,6 @@
INCLUDES = -I$(srcdir)/../../../interfaces \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
diff --git a/kftpgrabber/src/ui/Makefile.am b/kftpgrabber/src/ui/Makefile.am
index 50aff1c..845daef 100644
--- a/kftpgrabber/src/ui/Makefile.am
+++ b/kftpgrabber/src/ui/Makefile.am
@@ -2,6 +2,8 @@ INCLUDES = -I$(top_srcdir) \
-I$(srcdir)/.. \
-I$(srcdir)/../widgets \
-I$(srcdir)/../widgets/queueview \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
diff --git a/kftpgrabber/src/widgets/Makefile.am b/kftpgrabber/src/widgets/Makefile.am
index fa99f84..1dec2ff 100644
--- a/kftpgrabber/src/widgets/Makefile.am
+++ b/kftpgrabber/src/widgets/Makefile.am
@@ -4,6 +4,8 @@ INCLUDES = -I$(srcdir)/.. \
-I$(srcdir)/../widgets/browser \
-I.. \
-I../ui \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
diff --git a/kftpgrabber/src/widgets/bookmarks/Makefile.am b/kftpgrabber/src/widgets/bookmarks/Makefile.am
index d735a01..d47c128 100644
--- a/kftpgrabber/src/widgets/bookmarks/Makefile.am
+++ b/kftpgrabber/src/widgets/bookmarks/Makefile.am
@@ -6,6 +6,7 @@ INCLUDES = -I$(top_builddir)/kftpgrabber/src \
-I$(srcdir)/../../widgets/browser \
-I$(srcdir)/../../ui \
-I$(top_builddir)/kftpgrabber/src/ui \
+ -I$(top_builddir) \
$(all_includes)
METASOURCES = AUTO
noinst_LIBRARIES = libbookmarkwidgets.a
diff --git a/kftpgrabber/src/widgets/browser/Makefile.am b/kftpgrabber/src/widgets/browser/Makefile.am
index 2b9c987..0522960 100644
--- a/kftpgrabber/src/widgets/browser/Makefile.am
+++ b/kftpgrabber/src/widgets/browser/Makefile.am
@@ -3,6 +3,8 @@ INCLUDES = -I$(srcdir)/../.. -I../.. \
-I$(srcdir)/../../misc \
-I$(srcdir)/.. \
-I$(srcdir)/../../ui -I../../ui \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO
diff --git a/kftpgrabber/src/widgets/queueview/Makefile.am b/kftpgrabber/src/widgets/queueview/Makefile.am
index 5ba11d9..e34c5bd 100644
--- a/kftpgrabber/src/widgets/queueview/Makefile.am
+++ b/kftpgrabber/src/widgets/queueview/Makefile.am
@@ -4,6 +4,8 @@ INCLUDES = -I$(srcdir)/../.. \
-I$(srcdir)/../../ui -I../../ui\
-I$(srcdir)/.. \
-I$(srcdir)/../browser \
+ -I$(top_builddir) \
+ -I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO