diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-04-18 22:59:25 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-04-19 00:30:12 +0200 |
commit | 3094d72d792ed12b48f86eaade9286cefaacd177 (patch) | |
tree | 700919d8f9a4291f545bab43dc0a18d38c304eaa /Makefile.in | |
parent | 38232ea1988c8170b60aced89662260e82b86b32 (diff) |
Makefile: add convenience targets for PythonTest
Change-Id: I4a20a69fb9dfe6619b7f6dafb3306b529b949e1c
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 01a98d5035dd..68b502422831 100644 --- a/Makefile.in +++ b/Makefile.in @@ -119,6 +119,7 @@ gbuild_TARGETS := AllLangHelp \ PackageSet \ Pagein \ Pyuno \ + PythonTest \ Rdb \ StaticLibrary \ UIConfig \ |