From dfe289850f068f19ba4a83ab4e7e22a7e09c13c9 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:21 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdecert/Makefile.am | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 tdecert/Makefile.am (limited to 'tdecert/Makefile.am') diff --git a/tdecert/Makefile.am b/tdecert/Makefile.am new file mode 100644 index 000000000..d43ce0f5b --- /dev/null +++ b/tdecert/Makefile.am @@ -0,0 +1,18 @@ +INCLUDES= -I$(top_srcdir)/kio/kssl -I$(top_builddir)/kio/kssl -I$(top_srcdir) $(SSL_INCLUDES) $(all_includes) + +kde_module_LTLIBRARIES = libtdecertpart.la + +libtdecertpart_la_SOURCES = tdecertpart.cc + +libtdecertpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) +libtdecertpart_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_KFILE) $(LIB_TDECORE) +libtdecertpart_la_DEPENDENCIES = $(LIB_KPARTS) + +libtdecertpart_la_METASOURCES = AUTO + +servicedir = $(kde_servicesdir) +service_DATA = tdecertpart.desktop + +rcdir = $(kde_datadir)/tdecertpart +rc_DATA = tdecertpart.rc + -- cgit v1.2.1 From 5159cd2beb2e87806a5b54e9991b7895285c9d3e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 27 Jan 2013 01:04:16 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- tdecert/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecert/Makefile.am') diff --git a/tdecert/Makefile.am b/tdecert/Makefile.am index d43ce0f5b..a6f605f4a 100644 --- a/tdecert/Makefile.am +++ b/tdecert/Makefile.am @@ -1,4 +1,4 @@ -INCLUDES= -I$(top_srcdir)/kio/kssl -I$(top_builddir)/kio/kssl -I$(top_srcdir) $(SSL_INCLUDES) $(all_includes) +INCLUDES= -I$(top_srcdir)/tdeio/kssl -I$(top_builddir)/tdeio/kssl -I$(top_srcdir) $(SSL_INCLUDES) $(all_includes) kde_module_LTLIBRARIES = libtdecertpart.la -- cgit v1.2.1 From bcd8b9bb109e7bbaab3ee46a96fb83d400ae0ea6 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 29 Jan 2013 23:31:45 -0600 Subject: Rename a few build variables for overall consistency --- tdecert/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecert/Makefile.am') diff --git a/tdecert/Makefile.am b/tdecert/Makefile.am index a6f605f4a..2af31ccd2 100644 --- a/tdecert/Makefile.am +++ b/tdecert/Makefile.am @@ -5,7 +5,7 @@ kde_module_LTLIBRARIES = libtdecertpart.la libtdecertpart_la_SOURCES = tdecertpart.cc libtdecertpart_la_LDFLAGS = $(KDE_PLUGIN) $(all_libraries) -libtdecertpart_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_KFILE) $(LIB_TDECORE) +libtdecertpart_la_LIBADD = $(LIB_KPARTS) $(LIB_QT) $(LIB_TDEUI) $(LIB_TDEFILE) $(LIB_TDECORE) libtdecertpart_la_DEPENDENCIES = $(LIB_KPARTS) libtdecertpart_la_METASOURCES = AUTO -- cgit v1.2.1