summaryrefslogtreecommitdiffstats
path: root/rules/attr.in
diff options
context:
space:
mode:
authorCarsten Schlote <c.schlote@konzeptpark.de>2010-01-08 17:22:37 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2010-01-08 18:50:05 +0100
commitf537a0d1e75bffc1dc3ec19ec4888d245739baab (patch)
treefe5a7694e6d838b9faaa1350b15382abd296617e /rules/attr.in
parentd9ceea6d59afb65ccd9f49e5783cdf18cf2b36bf (diff)
downloadptxdist-f537a0d1e75bffc1dc3ec19ec4888d245739baab.tar.gz
ptxdist-f537a0d1e75bffc1dc3ec19ec4888d245739baab.tar.xz
[attr] added shared library support
This target build provides libattr.so and includes the attr control functions. Signed-off-by: Carsten Schlote <c.schlote@konzeptpark.de> [mkl: remove trailing whitespace, install headers and libs] Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/attr.in')
-rw-r--r--rules/attr.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/rules/attr.in b/rules/attr.in
index 16f6663a4..7507a9dd8 100644
--- a/rules/attr.in
+++ b/rules/attr.in
@@ -11,6 +11,12 @@ menuconfig ATTR
http://acl.bestbits.at/
+config ATTR_SHARED
+ bool
+ depends on ATTR
+ default y
+ prompt "Install shared lib"
+
config ATTR_GETTEXT
bool
depends on ATTR