diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:06:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:06:46 -0600 |
commit | ef2264e9790ae7e700ad3cf5fb3dbad05efd98d8 (patch) | |
tree | ac4650a642d502c458d0b654c8b731739ce601dc /kfilereplace/Makefile.am | |
parent | a32b928478b59d4fa8b8495bbad6864476c129b1 (diff) | |
download | tdewebdev-ef2264e9790ae7e700ad3cf5fb3dbad05efd98d8.tar.gz tdewebdev-ef2264e9790ae7e700ad3cf5fb3dbad05efd98d8.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kfilereplace/Makefile.am')
-rw-r--r-- | kfilereplace/Makefile.am | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/kfilereplace/Makefile.am b/kfilereplace/Makefile.am deleted file mode 100644 index 4e0d8ed1..00000000 --- a/kfilereplace/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -## Makefile.am for kfilereplace - -# set the include path for X, qt and KDE -INCLUDES = $(all_includes) - -# this has all of the subdirectories that make will recurse into. if -# there are none, comment this out -SUBDIRS = toolbar - -# these are the headers for your project -noinst_HEADERS = kaddstringdlg.h kfilereplaceiface.h kfilereplacelib.h \ - knewprojectdlg.h kfilereplaceview.h koptionsdlg.h report.h commandengine.h \ - configurationclasses.h kfilereplace.h - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -kde_module_LTLIBRARIES = libkfilereplacepart.la -libkfilereplacepart_la_SOURCES = kfilereplacepart.cpp kfilereplaceview.cpp \ - kfilereplaceviewwdg.ui kaddstringdlg.cpp kaddstringdlgs.ui knewprojectdlg.cpp \ - knewprojectdlgs.ui koptionsdlg.cpp koptionsdlgs.ui kfilereplacelib.cpp report.cpp \ - commandengine.cpp configurationclasses.cpp - -libkfilereplacepart_la_LDFLAGS = -module $(KDE_PLUGIN) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP -libkfilereplacepart_la_LIBADD = $(LIB_KFILE) $(LIB_KPARTS) $(LIB_KHTML) - -messages: rc.cpp - $(XGETTEXT) *.cpp *.h -o $(podir)/kfilereplace.pot - -KDE_ICON = AUTO -kde_services_DATA = kfilereplacepart.desktop -xdg_apps_DATA = kfilereplace.desktop - -# this is where the XML-GUI resource file goes -partrcdir = $(kde_datadir)/kfilereplacepart -partrc_DATA = kfilereplacepartui.rc - -shellrcdir = $(kde_datadir)/kfilereplace -shellrc_DATA = kfilereplaceui.rc -bin_PROGRAMS = kfilereplace -kfilereplace_LDFLAGS = $(KDE_RPATH) $(all_libraries) -ltdecore -ltdeui $(LIB_QT) -lkjs -ltdefx -lkio -ltdeparts -lDCOP -kfilereplace_LDADD = $(LIB_KPARTS) -kfilereplace_SOURCES = kfilereplace.cpp main.cpp |