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/c/Makefile.am | |
parent | f00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff) | |
download | pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2 pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz |
renaming from gedit to pluma
Diffstat (limited to 'plugin-loaders/c/Makefile.am')
-rwxr-xr-x | plugin-loaders/c/Makefile.am | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/plugin-loaders/c/Makefile.am b/plugin-loaders/c/Makefile.am index 7760aefe..37df5cd3 100755 --- a/plugin-loaders/c/Makefile.am +++ b/plugin-loaders/c/Makefile.am @@ -1,24 +1,24 @@ # C plugin loader -loaderdir = $(libdir)/gedit-2/plugin-loaders +loaderdir = $(libdir)/pluma-2/plugin-loaders INCLUDES = \ -I$(top_srcdir) \ - $(GEDIT_CFLAGS) \ + $(PLUMA_CFLAGS) \ $(WARN_CFLAGS) \ $(DISABLE_DEPRECATED_CFLAGS) \ - -DGEDIT_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" + -DPLUMA_LOCALEDIR=\""$(prefix)/$(DATADIRNAME)/locale"\" loader_LTLIBRARIES = libcloader.la NOINST_H_FILES = \ - gedit-plugin-loader-c.h + pluma-plugin-loader-c.h libcloader_la_SOURCES = \ - gedit-plugin-loader-c.c \ + pluma-plugin-loader-c.c \ $(NOINST_H_FILES) libcloader_la_LDFLAGS = $(LOADER_LIBTOOL_FLAGS) -libcloader_la_LIBADD = $(GEDIT_LIBS) +libcloader_la_LIBADD = $(PLUMA_LIBS) -include $(top_srcdir)/git.mk |