diff options
Diffstat (limited to 'kdiff3plugin')
| -rw-r--r-- | kdiff3plugin/Makefile.am | 20 | ||||
| -rw-r--r-- | kdiff3plugin/po/Makefile.am | 2 | 
2 files changed, 0 insertions, 22 deletions
| diff --git a/kdiff3plugin/Makefile.am b/kdiff3plugin/Makefile.am deleted file mode 100644 index 7e71ad6..0000000 --- a/kdiff3plugin/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDES    = $(all_includes) -METASOURCES = AUTO - -# Install this plugin in the KDE modules directory -kde_module_LTLIBRARIES = libkdiff3plugin.la - -libkdiff3plugin_la_SOURCES = kdiff3plugin.cpp -libkdiff3plugin_la_LIBADD = -lkonq $(LIB_TDECORE) $(LIB_TDEUI) -libkdiff3plugin_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) $(LIB_QT) - -#KDE_ICON = KDiff3 - -pluginsdir   = $(kde_servicesdir) -plugins_DATA = kdiff3_plugin.desktop - -appsdir = $(kde_appsdir)/.hidden -apps_DATA = kdiff3plugin.desktop - -messages: rc.cpp -	$(XGETTEXT) *.cpp *.h -o $(podir)/kdiff3_plugin.pot diff --git a/kdiff3plugin/po/Makefile.am b/kdiff3plugin/po/Makefile.am deleted file mode 100644 index 5bd5973..0000000 --- a/kdiff3plugin/po/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -PACKAGE=kdiff3_plugin -POFILES = AUTO | 
