summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2011-04-15 17:27:06 +0000
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-17 16:58:34 +0200
commitd795e7a3f905896d3b2480aeddfeecd14f6cab4f (patch)
treec9e2780b8e01b8b2506b7bf2507280a8c4d52adc
parent6d89e19bad7267504dd4479b7de5c651c13ea427 (diff)
gnumake4: reportdesign, dbaccess: remove unnecessary package headers [hg:8f3bb53e08ce]
-rw-r--r--dbaccess/Library_dbaxml.mk1
-rw-r--r--dbaccess/Library_dbui.mk1
-rw-r--r--reportdesign/Library_rptui.mk1
-rw-r--r--reportdesign/Library_rptxml.mk1
4 files changed, 0 insertions, 4 deletions
diff --git a/dbaccess/Library_dbaxml.mk b/dbaccess/Library_dbaxml.mk
index 5b0a5ddb8..2f16d684d 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 3e3fcbd33..984b92dca 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))
diff --git a/reportdesign/Library_rptui.mk b/reportdesign/Library_rptui.mk
index 533140b4c..674ad0592 100644
--- a/reportdesign/Library_rptui.mk
+++ b/reportdesign/Library_rptui.mk
@@ -26,7 +26,6 @@
#*************************************************************************
$(eval $(call gb_Library_Library,rptui))
-$(eval $(call gb_Library_add_package_headers,rptui,reportdesign_inc))
$(eval $(call gb_Library_add_precompiled_header,rptui,$(SRCDIR)/reportdesign/inc/pch/precompiled_rptui))
$(eval $(call gb_Library_set_componentfile,rptui,reportdesign/util/rptui))
diff --git a/reportdesign/Library_rptxml.mk b/reportdesign/Library_rptxml.mk
index 33e9e3df6..e62028e51 100644
--- a/reportdesign/Library_rptxml.mk
+++ b/reportdesign/Library_rptxml.mk
@@ -26,7 +26,6 @@
#*************************************************************************
$(eval $(call gb_Library_Library,rptxml))
-$(eval $(call gb_Library_add_package_headers,rptxml,reportdesign_inc))
$(eval $(call gb_Library_add_precompiled_header,rptxml,$(SRCDIR)/reportdesign/inc/pch/precompiled_rptxml))
$(eval $(call gb_Library_set_componentfile,rptxml,reportdesign/source/filter/xml/rptxml))