diff options
Diffstat (limited to 'kftpgrabber/src/misc/customcommands/Makefile.am')
-rw-r--r-- | kftpgrabber/src/misc/customcommands/Makefile.am | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/kftpgrabber/src/misc/customcommands/Makefile.am b/kftpgrabber/src/misc/customcommands/Makefile.am deleted file mode 100644 index 6edf0c6..0000000 --- a/kftpgrabber/src/misc/customcommands/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -INCLUDES = -I$(srcdir)/../.. \ - -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 -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 - |