Merge branch 'master' of github.com:mate-desktop/pluma

This commit is contained in:
Stefano Karapetsas
2014-02-17 09:30:06 +01:00
6 changed files with 504 additions and 499 deletions

View File

@@ -226,9 +226,6 @@ install-exec-hook:
if PLATFORM_WIN32
$(mkinstalldirs) "$(DESTDIR)$(libdir)"
$(INSTALL_DATA) libpluma.a "$(DESTDIR)$(libdir)"
else
rm -f $(DESTDIR)$(bindir)/mate-text-editor
ln -s pluma $(DESTDIR)$(bindir)/mate-text-editor
endif
if !OS_WIN32

View File

@@ -38,6 +38,11 @@
#include <glib/gi18n.h>
#include <glib/gstdio.h>
#include <gtk/gtk.h>
#if GTK_CHECK_VERSION (3, 0, 0)
#include <gtksourceview/gtksource.h>
#endif
#include "pluma-style-scheme-manager.h"
#include "pluma-prefs-manager.h"
#include "pluma-dirs.h"