From f74ea53943b728d88f41b00025725cdcb35cf660 Mon Sep 17 00:00:00 2001 From: Ignacio Casal Quinteiro Date: Tue, 12 Jan 2010 00:55:58 +0100 Subject: [PATCH] Fix distcheck --- Makefile.am | 2 +- plugins/spell/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile.am b/Makefile.am index c5dc2a5b..523a88b1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = gedit pixmaps po data plugin-loaders plugins docs win32 +SUBDIRS = gedit pixmaps po data plugin-loaders plugins docs win32 osx if !OS_OSX SUBDIRS += help diff --git a/plugins/spell/Makefile.am b/plugins/spell/Makefile.am index f6dbb387..9d332f95 100644 --- a/plugins/spell/Makefile.am +++ b/plugins/spell/Makefile.am @@ -53,7 +53,7 @@ plugin_DATA = $(plugin_in_files:.gedit-plugin.desktop.in=.gedit-plugin) EXTRA_DIST = \ $(ui_DATA) \ $(plugin_in_files) \ - gedit-spell-checker-dialog-marshal.list + gedit-spell-marshal.list CLEANFILES = $(BUILT_SOURCES) $(plugin_DATA)