Fix build outside source

pull/1/head
Slávek Banko 11 years ago
parent 8b9b46082e
commit 9b94733eb4

@ -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

@ -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

@ -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

@ -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

@ -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

@ -1,4 +1,6 @@
INCLUDES = -I$(srcdir)/../../../interfaces \
-I$(top_builddir) \
-I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO

@ -1,4 +1,6 @@
INCLUDES = -I$(srcdir)/../../../interfaces \
-I$(top_builddir) \
-I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO

@ -1,4 +1,6 @@
INCLUDES = -I$(srcdir)/../../../interfaces \
-I$(top_builddir) \
-I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO

@ -1,4 +1,6 @@
INCLUDES = -I$(srcdir)/../../../interfaces \
-I$(top_builddir) \
-I$(top_builddir)/kftpgrabber/src \
$(all_includes)
METASOURCES = AUTO

@ -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

@ -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

@ -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

@ -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

@ -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

Loading…
Cancel
Save