diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-09-18 21:01:14 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-09-22 11:08:30 +0200 |
commit | 1b736bf55e8ca79a06faabfa9866fffa6cab6c81 (patch) | |
tree | 20cd30da7c8c1ccec49b750c56597378b7ee9245 /RepositoryExternal.mk | |
parent | 30fe6781ea25659426f2842c299db137304ee085 (diff) |
Repository.mk: adjust layer of libraries in smoketest instset
These are currently installed in the "program" dir, whether that is a
good idea or not.
Change-Id: I842bc0a72f9a6f78462ad18151cd42f85753aadf
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r-- | RepositoryExternal.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk index 755c3c2ad26b..560ff4344f9f 100644 --- a/RepositoryExternal.mk +++ b/RepositoryExternal.mk @@ -192,7 +192,7 @@ endef else -$(eval $(call gb_Helper_register_libraries,PLAINLIBS_NONE,\ +$(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO,\ cppunit \ )) |