summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/diff/Makefile.am
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:39 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:05:39 -0600
commitff94d46e423398804d2ae63faeb114c2cf604fc4 (patch)
tree4481ffd491d15ac15081cea46d7cc298ef6351a4 /kfile-plugins/diff/Makefile.am
parentb9553cef2a3cd9f5b89c8aca6f4b7781a079dbb7 (diff)
downloadtdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.tar.gz
tdesdk-ff94d46e423398804d2ae63faeb114c2cf604fc4.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kfile-plugins/diff/Makefile.am')
-rw-r--r--kfile-plugins/diff/Makefile.am22
1 files changed, 0 insertions, 22 deletions
diff --git a/kfile-plugins/diff/Makefile.am b/kfile-plugins/diff/Makefile.am
deleted file mode 100644
index ea6cccc0..00000000
--- a/kfile-plugins/diff/Makefile.am
+++ /dev/null
@@ -1,22 +0,0 @@
-## Makefile.am for diff file meta info plugin
-
-# set the include path for X, qt and KDE
-INCLUDES = $(all_includes)
-
-# these are the headers for your project
-noinst_HEADERS = kfile_diff.h
-
-kde_module_LTLIBRARIES = kfile_diff.la
-
-kfile_diff_la_SOURCES = kfile_diff.cpp
-kfile_diff_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-kfile_diff_la_LIBADD = $(LIB_KSYCOCA)
-
-# let automoc handle all of the meta source files (moc)
-METASOURCES = AUTO
-
-messages:
- $(XGETTEXT) *.cpp *.h -o $(podir)/kfile_diff.pot
-
-services_DATA = kfile_diff.desktop
-servicesdir = $(kde_servicesdir)