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 \