diff options
Diffstat (limited to 'kftpgrabber/src/misc/customcommands/Makefile.am')
-rw-r--r-- | kftpgrabber/src/misc/customcommands/Makefile.am | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/kftpgrabber/src/misc/customcommands/Makefile.am b/kftpgrabber/src/misc/customcommands/Makefile.am new file mode 100644 index 0000000..8436cf4 --- /dev/null +++ b/kftpgrabber/src/misc/customcommands/Makefile.am @@ -0,0 +1,16 @@ +INCLUDES = -I$(srcdir)/../.. \ + -I$(srcdir)/.. \ + -I$(srcdir)/../../engine \ + -I$(srcdir)/../../misc/interfaces \ + -I$(srcdir)/../../widgets \ + $(all_includes) +METASOURCES = AUTO +noinst_LIBRARIES = libcustomcommands.a +noinst_HEADERS = handlers.h entry.h manager.h parameterentrydialog.h \ + responsedialog.h +libcustomcommands_a_SOURCES = handlers.cpp entry.cpp manager.cpp \ + parameterentrydialog.cpp responsedialog.cpp + +shellrcdir = $(kde_datadir)/kftpgrabber +shellrc_DATA = commands.xml + |