diff options
author | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-31 16:40:52 +0400 |
---|---|---|
committer | Igor Pashev <igor.pashev@nexenta.com> | 2012-10-31 16:40:52 +0400 |
commit | f719a0ca758c45a7344d1f7c736a8f1e3defd660 (patch) | |
tree | 2a2737dfe4608f0d52a45fdf5303a5bba234d709 | |
parent | f695e2f7142450cf4b957b44ee50f0f939068460 (diff) | |
download | cibs-f719a0ca758c45a7344d1f7c736a8f1e3defd660.tar.gz |
Adde source dir into proto list
-rw-r--r-- | rules/ips-manifest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rules/ips-manifest.mk b/rules/ips-manifest.mk index 7eb9fdf..71f08a1 100644 --- a/rules/ips-manifest.mk +++ b/rules/ips-manifest.mk @@ -57,6 +57,7 @@ pkg-define += $(foreach _,$(variants),-D builddir.$(_)="$(builddir-base.$(_))") # Where to find files: pkg-protos = $(foreach _,$(variants),-d "$(protodir.$(_))") +pkg-protos += -d "$(sourcedir)" pkg-protos += -d . transformations := \ |