diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 01:00:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 01:00:38 -0600 |
commit | 4bc3dcd8cbc23e1470e121e25a83d57c22e61b26 (patch) | |
tree | 7d379893635b06789888944241a976a4f2b440ab /tdefile-plugins/cert/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/cert/Makefile.am')
-rw-r--r-- | tdefile-plugins/cert/Makefile.am | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/tdefile-plugins/cert/Makefile.am b/tdefile-plugins/cert/Makefile.am new file mode 100644 index 0000000..ff679f5 --- /dev/null +++ b/tdefile-plugins/cert/Makefile.am @@ -0,0 +1,22 @@ +## Makefile.am for cert 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 = tdefile_cert.h + +kde_module_LTLIBRARIES = tdefile_cert.la + +tdefile_cert_la_SOURCES = tdefile_cert.cpp +tdefile_cert_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +tdefile_cert_la_LIBADD = $(LIB_KSYCOCA) + +# let automoc handle all of the meta source files (moc) +METASOURCES = AUTO + +messages: rc.cpp + $(XGETTEXT) tdefile_cert.cpp -o $(podir)/tdefile_cert.pot + +services_DATA = tdefile_cert.desktop +servicesdir = $(kde_servicesdir) |