diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2018-01-12 10:03:55 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2018-01-12 12:35:12 +0100 |
commit | 777a05b09c79661191181f002db3a3cb9e14c6e0 (patch) | |
tree | dbf0ab80d1699d94151b63fb3485d612af8a51f9 /Makefile.in | |
parent | 16a522361698ea53ab253d67e31cb51802210d71 (diff) |
Support `make SdiTarget_...`
Change-Id: I23dc4511a6f9f962adc8436ceb1a5b24823fb8e5
Reviewed-on: https://gerrit.libreoffice.org/47788
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 08476e14fd49..006c98c3f41a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -152,6 +152,7 @@ gbuild_TARGETS := AllLangHelp \ Pyuno \ PythonTest \ Rdb \ + SdiTarget \ StaticLibrary \ UIConfig \ UITest \ |