diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:00:38 -0600 |
commit | 4bc3dcd8cbc23e1470e121e25a83d57c22e61b26 (patch) | |
tree | 7d379893635b06789888944241a976a4f2b440ab /tdefile-plugins/txt/Makefile.am | |
parent | 08a66075486dc740840cfb817bf0ca301c6f0385 (diff) | |
download | tdeaddons-4bc3dcd8cbc23e1470e121e25a83d57c22e61b26.tar.gz tdeaddons-4bc3dcd8cbc23e1470e121e25a83d57c22e61b26.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'tdefile-plugins/txt/Makefile.am')
-rw-r--r-- | tdefile-plugins/txt/Makefile.am | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/tdefile-plugins/txt/Makefile.am b/tdefile-plugins/txt/Makefile.am new file mode 100644 index 0000000..71c0333 --- /dev/null +++ b/tdefile-plugins/txt/Makefile.am @@ -0,0 +1,21 @@ +## Makefile.am for text file meta info plugin + +# set the include path for X, qt and KDE +INCLUDES = $(all_includes) + +noinst_HEADERS = tdefile_txt.h + +kde_module_LTLIBRARIES = tdefile_txt.la + +tdefile_txt_la_SOURCES = tdefile_txt.cpp +tdefile_txt_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +tdefile_txt_la_LIBADD = $(LIB_KIO) + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +messages: + $(XGETTEXT) *.cpp -o $(podir)/tdefile_txt.pot + +services_DATA = tdefile_txt.desktop +servicesdir = $(kde_servicesdir) |