diff options
author | Timothy Pearson <[email protected]> | 2013-01-27 18:03:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-27 18:03:26 -0600 |
commit | 595a6e60c6aafad9006327dbeb822b608e7f9b33 (patch) | |
tree | c5580ff4b4c9294fa382d7c35720853cf7fead71 /languages/python/Makefile.am | |
parent | 7bb265743a4cecdbd3bd1084eb64fb0670b651bb (diff) | |
download | tdevelop-595a6e60c6aafad9006327dbeb822b608e7f9b33.tar.gz tdevelop-595a6e60c6aafad9006327dbeb822b608e7f9b33.zip |
Rename kioslaves
Diffstat (limited to 'languages/python/Makefile.am')
-rw-r--r-- | languages/python/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/languages/python/Makefile.am b/languages/python/Makefile.am index 3474eceb..4b8da707 100644 --- a/languages/python/Makefile.am +++ b/languages/python/Makefile.am @@ -7,7 +7,7 @@ INCLUDES = -I$(top_srcdir)/lib/interfaces -I$(top_srcdir)/languages/lib/designer SUBDIRS = app_templates file_templates doc -kde_module_LTLIBRARIES = libkdevpythonsupport.la kio_pydoc.la +kde_module_LTLIBRARIES = libkdevpythonsupport.la tdeio_pydoc.la libkdevpythonsupport_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) libkdevpythonsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ @@ -15,9 +15,9 @@ libkdevpythonsupport_la_LIBADD = $(top_builddir)/lib/libtdevelop.la \ libkdevpythonsupport_la_SOURCES = pythonsupportpart.cpp pythonconfigwidget.cpp pythonconfigwidgetbase.ui \ pythonimplementationwidget.cpp qtdesignerpythonintegration.cpp -kio_pydoc_la_SOURCES = pydoc.cpp -kio_pydoc_la_LIBADD = $(LIB_KIO) -kio_pydoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) +tdeio_pydoc_la_SOURCES = pydoc.cpp +tdeio_pydoc_la_LIBADD = $(LIB_KIO) +tdeio_pydoc_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) METASOURCES = AUTO |