diff options
Diffstat (limited to 'tdeioslaves')
-rw-r--r-- | tdeioslaves/Makefile.am | 1 | ||||
-rw-r--r-- | tdeioslaves/videodvd/Makefile.am | 19 |
2 files changed, 0 insertions, 20 deletions
diff --git a/tdeioslaves/Makefile.am b/tdeioslaves/Makefile.am deleted file mode 100644 index 55ab08d..0000000 --- a/tdeioslaves/Makefile.am +++ /dev/null @@ -1 +0,0 @@ -SUBDIRS = videodvd diff --git a/tdeioslaves/videodvd/Makefile.am b/tdeioslaves/videodvd/Makefile.am deleted file mode 100644 index 714f85f..0000000 --- a/tdeioslaves/videodvd/Makefile.am +++ /dev/null @@ -1,19 +0,0 @@ -INCLUDES = -I$(srcdir)/../../libk3b/tools \ - -I$(srcdir)/../../libk3b/core \ - -I$(srcdir)/../../libk3bdevice \ - $(all_includes) - -kde_module_LTLIBRARIES = tdeio_videodvd.la - -tdeio_videodvd_la_SOURCES = videodvd.cpp -tdeio_videodvd_la_LIBADD = -ltdeio ../../libk3b/libk3b.la -tdeio_videodvd_la_LDFLAGS = -avoid-version -module $(all_libraries) $(KDE_PLUGIN) $(LIB_TQT) -ltdeio -ltdecore -L../../libk3bdevice/.libs -lk3bdevice - -protocol_DATA = videodvd.protocol -protocoldir = $(kde_servicesdir) - -konq_sidebartree_init_services_data_DATA = videodvd.desktop -konq_sidebartree_init_services_datadir = $(kde_datadir)/konqsidebartng/virtual_folders/services - -messages: - $(XGETTEXT) *.cpp -o $(podir)/tdeio_videodvd.pot |