Skip to content

Commit

Permalink
Unreviewed. Fix make distcheck.
Browse files Browse the repository at this point in the history
* GNUmakefile.am: Remove non existent files from EXTRA_DIST.
  • Loading branch information
carlosgcampos committed Jan 21, 2014
1 parent 0c2c0d9 commit 0fd3adb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Source/WebKit/gtk/ChangeLog
@@ -1,3 +1,9 @@
2014-01-21 Carlos Garcia Campos <cgarcia@igalia.com>

Unreviewed. Fix make distcheck.

* GNUmakefile.am: Remove non existent files from EXTRA_DIST.

2013-12-05 Carlos Garcia Campos <cgarcia@igalia.com>

[GTK] Fix GObject introspection warnings in webkitspellchecker
Expand Down
4 changes: 1 addition & 3 deletions Source/WebKit/gtk/GNUmakefile.am
Expand Up @@ -404,9 +404,7 @@ EXTRA_DIST += \
$(WebKit)/docs/webkitenvironment.xml \
$(WebKit)/docs/webkitgtk-overrides.txt \
$(WebKit)/webkitmarshal.list \
$(WebKit)/resources/* \
$(WebKit)/tests/resources/* \
$(WebKit)/tests/test_utils.h
$(WebKit)/resources/*

# extra resource files
resourcesdir = ${datadir}/webkitgtk-@WEBKITGTK_API_VERSION@/resources
Expand Down

0 comments on commit 0fd3adb

Please sign in to comment.