summaryrefslogtreecommitdiff
path: root/sax/Library_expwrap.mk
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@collabora.com>2014-09-20 00:31:52 +0200
committerMatúš Kukan <matus.kukan@collabora.com>2014-09-22 08:41:08 +0200
commit27d472936659632c7f172972508264e99561a50d (patch)
treee376d3446db8e46d17fc1f66a5f067b61d4ebb2a /sax/Library_expwrap.mk
parentce2d41b58ab8128b90e453ed95482c82a9d0ab76 (diff)
sax: Tabify makefiles to be more consistent
Change-Id: I4db1feea9db351917dd082bd22b9fc1cd5a6a9c0
Diffstat (limited to 'sax/Library_expwrap.mk')
-rw-r--r--sax/Library_expwrap.mk22
1 files changed, 11 insertions, 11 deletions
diff --git a/sax/Library_expwrap.mk b/sax/Library_expwrap.mk
index 7e3b53e5bfba..ef749a201a51 100644
--- a/sax/Library_expwrap.mk
+++ b/sax/Library_expwrap.mk
@@ -12,28 +12,28 @@ $(eval $(call gb_Library_Library,expwrap))
$(eval $(call gb_Library_set_componentfile,expwrap,sax/source/expatwrap/expwrap))
$(eval $(call gb_Library_set_include,expwrap,\
- -I$(SRCDIR)/sax/inc \
- $$(INCLUDE) \
+ -I$(SRCDIR)/sax/inc \
+ $$(INCLUDE) \
))
$(eval $(call gb_Library_add_defs,expwrap,\
- -DFASTSAX_DLLIMPLEMENTATION \
+ -DFASTSAX_DLLIMPLEMENTATION \
))
$(eval $(call gb_Library_use_sdk_api,expwrap))
$(eval $(call gb_Library_use_externals,expwrap,\
- boost_headers \
- expat \
- zlib \
+ boost_headers \
+ expat \
+ zlib \
))
$(eval $(call gb_Library_use_libraries,expwrap,\
- cppu \
- cppuhelper \
- sal \
- salhelper \
- sax \
+ cppu \
+ cppuhelper \
+ sal \
+ salhelper \
+ sax \
$(gb_UWINAPI) \
))