diff options
author | Michael Stahl <mst@openoffice.org> | 2011-04-15 17:27:06 +0000 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 16:58:34 +0200 |
commit | 6c251a457b55965a40a8597365402d854680282f (patch) | |
tree | 879182fea86e8c2fc851c5ac48448d6a36286d88 /dbaccess | |
parent | 50b0d8611523db21d78cc4e1295c8a3b6ccfc9d0 (diff) |
gnumake4: reportdesign, dbaccess: remove unnecessary package headers [hg:8f3bb53e08ce]
Diffstat (limited to 'dbaccess')
-rw-r--r-- | dbaccess/Library_dbaxml.mk | 1 | ||||
-rw-r--r-- | dbaccess/Library_dbui.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/dbaccess/Library_dbaxml.mk b/dbaccess/Library_dbaxml.mk index 5b0a5ddb866c..2f16d684d3f7 100644 --- a/dbaccess/Library_dbaxml.mk +++ b/dbaccess/Library_dbaxml.mk @@ -26,7 +26,6 @@ #************************************************************************* $(eval $(call gb_Library_Library,dbaxml)) -$(eval $(call gb_Library_add_package_headers,dbaxml,dbaccess_inc)) $(eval $(call gb_Library_add_precompiled_header,dbaxml,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbaxml)) $(eval $(call gb_Library_set_componentfile,dbaxml,dbaccess/source/filter/xml/dbaxml)) diff --git a/dbaccess/Library_dbui.mk b/dbaccess/Library_dbui.mk index 3e3fcbd338f3..984b92dca7d0 100644 --- a/dbaccess/Library_dbui.mk +++ b/dbaccess/Library_dbui.mk @@ -26,7 +26,6 @@ #************************************************************************* $(eval $(call gb_Library_Library,dbui)) -$(eval $(call gb_Library_add_package_headers,dbui,dbaccess_inc)) $(eval $(call gb_Library_add_precompiled_header,dbui,$(SRCDIR)/dbaccess/inc/pch/precompiled_dbui)) $(eval $(call gb_Library_set_componentfile,dbui,dbaccess/util/dbu)) |