diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-15 22:31:25 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-08-15 22:31:25 +0000 |
commit | e4bbaa38c30f9284f66c18203708a32dcfa27c3f (patch) | |
tree | 963e96f2cbf7a4c9382c467bdfd261ce32e9beb8 /package/udev/libvolume_id.la.tmpl | |
parent | 5350f5931edb3508fb4624b2392ad187e0d2f5f7 (diff) | |
download | buildroot-novena-e4bbaa38c30f9284f66c18203708a32dcfa27c3f.tar.gz buildroot-novena-e4bbaa38c30f9284f66c18203708a32dcfa27c3f.zip |
Cleanup of udev, build libvolume_id.la
Diffstat (limited to 'package/udev/libvolume_id.la.tmpl')
-rw-r--r-- | package/udev/libvolume_id.la.tmpl | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/package/udev/libvolume_id.la.tmpl b/package/udev/libvolume_id.la.tmpl new file mode 100644 index 000000000..725628bba --- /dev/null +++ b/package/udev/libvolume_id.la.tmpl @@ -0,0 +1,35 @@ +# libvolume_id.la - a libtool library file +# Generated by ltmain.sh - GNU libtool 1.5.22 (1.1220.2.365 2005/12/18 22:14:06) +# +# Please DO NOT delete this file! +# It is necessary for linking the library. + +# The name that we can dlopen(3). +dlname='libvolume_id.so.REPLACE_CURRENT' + +# Names of this library. +library_names='libvolume_id.so.REPLACE_CURRENT.REPLACE_AGE.REPLACE_REVISION libvolume_id.so.REPLACE_CURRENT libvolume_id.so' + +# The name of the static archive. +old_library='libvolume_id.a' + +# Libraries that this one depends upon. +dependency_libs=' -lc' + +# Version information for libvolume_id. +current=REPLACE_CURRENT +age=REPLACE_AGE +revision=REPLACE_REVISION + +# Is this an already installed library? +installed=yes + +# Should we warn about portability when linking against -modules? +shouldnotlink=no + +# Files to dlopen/dlpreopen +dlopen='' +dlpreopen='' + +# Directory that this library needs to be installed in: +libdir='REPLACE_LIB_DIR' |