diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-08-02 16:09:50 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-08-02 16:10:40 +0100 |
commit | f6d4420ddd1811e1e385c391f3fb05a15ffa2623 (patch) | |
tree | d4bfb5d93e8371f94f997b105e1fec574cd1cc8f /ucbhelper | |
parent | 873d2edc7ccc988b288ef7f7fe0694233da23628 (diff) |
get this building under windows
Diffstat (limited to 'ucbhelper')
-rw-r--r-- | ucbhelper/Library_ucbhelper.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk index 8218ccec1abe..e7d8398d88e3 100644 --- a/ucbhelper/Library_ucbhelper.mk +++ b/ucbhelper/Library_ucbhelper.mk @@ -34,8 +34,8 @@ $(eval $(call gb_Library_add_precompiled_header,ucbhelper,$(SRCDIR)/ucbhelper/in $(eval $(call gb_Library_set_include,ucbhelper,\ $$(INCLUDE) \ - -I$(SRCDIR)/ucbhelper/inc \ - -I$(SRCDIR)/ucbhelper/inc/pch \ + -I$(realpath $(SRCDIR)/ucbhelper/inc) \ + -I$(realpath $(SRCDIR)/ucbhelper/inc/pch) \ )) $(eval $(call gb_Library_add_defs,ucbhelper,\ |