diff options
Diffstat (limited to 'kftpgrabber/src/misc/customcommands/Makefile.am')
-rw-r--r-- | kftpgrabber/src/misc/customcommands/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |