diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2016-11-23 14:54:14 +0100 |
---|---|---|
committer | Björn Michaelsen <bjoern.michaelsen@canonical.com> | 2016-11-25 02:06:16 +0000 |
commit | 65541cfaa167c9ac80af770c6034badefdc34199 (patch) | |
tree | e44d7a9b7cf9ea62b42559b7347e0bb4526d5df6 /solenv/gbuildtojson | |
parent | e62fc464f21fdaace28709f316becfa0fc54c0e8 (diff) |
store makefile for targets in json too
Change-Id: Iae2f497da5d0ee4f8961a5655573e45a562dd76d
Reviewed-on: https://gerrit.libreoffice.org/31116
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Diffstat (limited to 'solenv/gbuildtojson')
-rw-r--r-- | solenv/gbuildtojson/gbuildtojson.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/solenv/gbuildtojson/gbuildtojson.cxx b/solenv/gbuildtojson/gbuildtojson.cxx index 12d7163f9927..6b3367dea6e2 100644 --- a/solenv/gbuildtojson/gbuildtojson.cxx +++ b/solenv/gbuildtojson/gbuildtojson.cxx @@ -18,6 +18,7 @@ using namespace std; static const list<string> validargs = { + "makefile", "linktarget", "ilibtarget", "cxxobjects", |