diff options
author | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
commit | 5ded9cba8563f336939400303d6a841d5089b107 (patch) | |
tree | c5676588cff26ba37e12369fe4de24b54e9f6682 /plugin-loaders/python/Makefile.am | |
parent | f00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff) | |
download | pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2 pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz |
renaming from gedit to pluma
Diffstat (limited to 'plugin-loaders/python/Makefile.am')
-rwxr-xr-x | plugin-loaders/python/Makefile.am | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/plugin-loaders/python/Makefile.am b/plugin-loaders/python/Makefile.am index 174d57dc..64667363 100755 --- a/plugin-loaders/python/Makefile.am +++ b/plugin-loaders/python/Makefile.am @@ -1,36 +1,36 @@ # C plugin loader SUBDIRS = bindings -loaderdir = $(libdir)/gedit-2/plugin-loaders +loaderdir = $(libdir)/pluma-2/plugin-loaders INCLUDES = \ -I$(top_srcdir) \ -I$(top_builddir) \ - -I$(top_srcdir)/gedit \ - -I$(top_builddir)/gedit \ - $(GEDIT_CFLAGS) \ + -I$(top_srcdir)/pluma \ + -I$(top_builddir)/pluma \ + $(PLUMA_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ $(PYGTK_CFLAGS) \ $(PYTHON_CFLAGS) \ - -DGEDIT_PLUGINS_LIBS_DIR=\"$(GEDIT_PLUGINS_LIBS_DIR)\" \ - -DGEDIT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" + -DPLUMA_PLUGINS_LIBS_DIR=\"$(PLUMA_PLUGINS_LIBS_DIR)\" \ + -DPLUMA_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" loader_LTLIBRARIES = libpythonloader.la NOINST_H_FILES = \ - gedit-plugin-loader-python.h \ - gedit-plugin-python.h + pluma-plugin-loader-python.h \ + pluma-plugin-python.h libpythonloader_la_SOURCES = \ - gedit-plugin-loader-python.c \ - gedit-plugin-python.c \ + pluma-plugin-loader-python.c \ + pluma-plugin-python.c \ $(NOINST_H_FILES) libpythonloader_la_LDFLAGS = $(LOADER_LIBTOOL_FLAGS) libpythonloader_la_LIBADD = \ - $(GEDIT_LIBS) \ - bindings/gedit.la + $(PLUMA_LIBS) \ + bindings/pluma.la -include $(top_srcdir)/git.mk |