[geany/geany] a54cca: Install src/spawn.h as it is part of the plugin API

Enrico Tröger git-noreply at xxxxx
Sun Jul 12 08:02:56 UTC 2015


Branch:      refs/heads/master
Author:      Enrico Tröger <enrico.troeger at uvena.de>
Committer:   Enrico Tröger <enrico.troeger at uvena.de>
Date:        Sun, 12 Jul 2015 08:02:56 UTC
Commit:      a54cca738f788bf0493801abcfab17101f2e2b65
             https://github.com/geany/geany/commit/a54cca738f788bf0493801abcfab17101f2e2b65

Log Message:
-----------
Install src/spawn.h as it is part of the plugin API


Modified Paths:
--------------
    src/Makefile.am
    wscript

Modified: src/Makefile.am
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -54,6 +54,7 @@ geany_include_HEADERS = \
 	project.h \
 	sciwrappers.h \
 	search.h \
+	spawn.h \
 	stash.h \
 	support.h \
 	symbols.h \


Modified: wscript
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -640,6 +640,7 @@ def build(bld):
         src/project.h
         src/sciwrappers.h
         src/search.h
+        src/spawn.h
         src/stash.h
         src/support.h
         src/symbols.h



--------------
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