[geany/geany] 78a458: autotools: Fix make dist after Scintilla makefile.win32 move

Colomban Wendling git-noreply at xxxxx
Sun Mar 15 14:38:47 UTC 2015


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 15 Mar 2015 14:38:47 UTC
Commit:      78a45805f1ce24b315ad1c99be4cc323d4c00959
             https://github.com/geany/geany/commit/78a45805f1ce24b315ad1c99be4cc323d4c00959

Log Message:
-----------
autotools: Fix make dist after Scintilla makefile.win32 move

8ebac60901c239a7dc36461a077139595bed12b8 moved the makefile.win32,
so we need to use the new location.


Modified Paths:
--------------
    scintilla/Makefile.am

Modified: scintilla/Makefile.am
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -148,4 +148,4 @@ marshallers: gtk/scintilla-marshal.list
 	glib-genmarshal --prefix scintilla_marshal gtk/scintilla-marshal.list --body > gtk/scintilla-marshal.c
 
 EXTRA_DIST=gtk/scintilla-marshal.list License.txt README version.txt \
-	makefile.win32
+	gtk/makefile.win32



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list