From kde-commits Mon Aug 21 10:29:10 2006 From: Alexander Dymo Date: Mon, 21 Aug 2006 10:29:10 +0000 To: kde-commits Subject: branches/KDE/3.5/kdevelop/parts/documentation/plugins Message-Id: <1156156150.045698.28195.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115615616428957 SVN commit 575334 by dymo: Backported build fixes by Jeremy Line from 3.4 branch. M +1 -1 chm/Makefile.am M +1 -1 devhelp/Makefile.am M +1 -1 doxygen/Makefile.am M +1 -1 kdevtoc/Makefile.am --- branches/KDE/3.5/kdevelop/parts/documentation/plugins/chm/Makefile.am #575333:575334 @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ -I$(top_srcdir)/parts/documentation/interfaces $(all_includes) METASOURCES = AUTO -lib_LTLIBRARIES = libdocchmplugin.la +kde_module_LTLIBRARIES = libdocchmplugin.la libdocchmplugin_la_LDFLAGS = $(all_libraries) kde_services_DATA = docchmplugin.desktop noinst_HEADERS = docchmplugin.h --- branches/KDE/3.5/kdevelop/parts/documentation/plugins/devhelp/Makefile.am #575333:575334 @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ -I$(top_srcdir)/parts/documentation/interfaces $(all_includes) METASOURCES = AUTO -lib_LTLIBRARIES = libdocdevhelpplugin.la +kde_module_LTLIBRARIES = libdocdevhelpplugin.la libdocdevhelpplugin_la_LDFLAGS = $(all_libraries) kde_services_DATA = docdevhelpplugin.desktop noinst_HEADERS = docdevhelpplugin.h --- branches/KDE/3.5/kdevelop/parts/documentation/plugins/doxygen/Makefile.am #575333:575334 @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ -I$(top_srcdir)/parts/documentation/interfaces $(all_includes) METASOURCES = AUTO -lib_LTLIBRARIES = libdocdoxygenplugin.la +kde_module_LTLIBRARIES = libdocdoxygenplugin.la kde_services_DATA = docdoxygenplugin.desktop libdocdoxygenplugin_la_SOURCES = docdoxygenplugin.cpp --- branches/KDE/3.5/kdevelop/parts/documentation/plugins/kdevtoc/Makefile.am #575333:575334 @@ -1,7 +1,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/lib/util \ -I$(top_srcdir)/parts/documentation/interfaces $(all_includes) METASOURCES = AUTO -lib_LTLIBRARIES = libdockdevtocplugin.la +kde_module_LTLIBRARIES = libdockdevtocplugin.la libdockdevtocplugin_la_LDFLAGS = $(all_libraries) kde_services_DATA = dockdevtocplugin.desktop noinst_HEADERS = dockdevtocplugin.h