From 467639c7c9af73dfce32eb05ef0d1f673a4b333c Mon Sep 17 00:00:00 2001 From: Colomban Wendling Date: Wed, 5 Jun 2013 20:34:10 +0200 Subject: [PATCH] Fix inclusion of some build files to the generated tarballs --- Makefile.am | 1 + scintilla/Makefile.am | 1 + 2 files changed, 2 insertions(+) diff --git a/Makefile.am b/Makefile.am index 8e45f180..30592c38 100644 --- a/Makefile.am +++ b/Makefile.am @@ -8,6 +8,7 @@ ACLOCAL_AMFLAGS = -I m4 WIN32_BUILD_FILES = \ geany_private.rc \ + geany.exe.manifest \ win32-config.h \ makefile.win32 diff --git a/scintilla/Makefile.am b/scintilla/Makefile.am index a56c767d..69dd0fad 100644 --- a/scintilla/Makefile.am +++ b/scintilla/Makefile.am @@ -67,6 +67,7 @@ lexlib/PropSetSimple.h \ lexlib/SparseState.h \ lexlib/StyleContext.cxx \ lexlib/StyleContext.h \ +lexlib/SubStyles.h \ lexlib/WordList.cxx \ lexlib/WordList.h \ src/AutoComplete.cxx \