diff options
author | David Tardon <dtardon@redhat.com> | 2011-04-03 18:19:01 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-04-03 18:19:01 +0200 |
commit | 6fc82236e857be3f575644693ca55f1cbbfc8090 (patch) | |
tree | 58345787f1f33b2524970de723765a8bf631e92c /forms | |
parent | cc39ffae09436af1727a39e35877c0e268bb2d4e (diff) |
fix copy&paste relict
Diffstat (limited to 'forms')
-rw-r--r-- | forms/Library_frm.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/forms/Library_frm.mk b/forms/Library_frm.mk index 8ae5ce2b2b28..f59b3a8a13cc 100644 --- a/forms/Library_frm.mk +++ b/forms/Library_frm.mk @@ -27,7 +27,7 @@ $(eval $(call gb_Library_Library,frm)) -$(eval $(call gb_Library_add_precompiled_header,frm,$(SRCDIR)/unotools/inc/pch/precompiled_forms)) +$(eval $(call gb_Library_add_precompiled_header,frm,$(SRCDIR)/forms/inc/pch/precompiled_forms)) $(eval $(call gb_Library_set_include,frm,\ $$(INCLUDE) \ |