Mailinglist Archive: yast-commit (477 mails)
| < Previous | Next > |
[yast-commit] r57416 - /trunk/storage/bindings/ycp/Makefile.am
- From: aschnell@xxxxxxxxxxxxxxxx
- Date: Wed, 03 Jun 2009 12:56:07 -0000
- Message-id: <E1MBq0l-0000Vc-Qe@xxxxxxxxxxxxxxxx>
Author: aschnell
Date: Wed Jun 3 14:56:07 2009
New Revision: 57416
URL: http://svn.opensuse.org/viewcvs/yast?rev=57416&view=rev
Log:
- use $libdir
Modified:
trunk/storage/bindings/ycp/Makefile.am
Modified: trunk/storage/bindings/ycp/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/bindings/ycp/Makefile.am?rev=57416&r1=57415&r2=57416&view=diff
==============================================================================
--- trunk/storage/bindings/ycp/Makefile.am (original)
+++ trunk/storage/bindings/ycp/Makefile.am Wed Jun 3 14:56:07 2009
@@ -3,7 +3,7 @@
#
PLUGLIB_MODULE = LibStorage
-PLUGLIB_LIBRARY = /usr/lib/libstorage.so
+PLUGLIB_LIBRARY = $(libdir)/libstorage.so
PLUGLIB_DEPEND = \
/usr/include/storage/StorageInterface.h \
/usr/include/storage/HumanString.h \
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
Date: Wed Jun 3 14:56:07 2009
New Revision: 57416
URL: http://svn.opensuse.org/viewcvs/yast?rev=57416&view=rev
Log:
- use $libdir
Modified:
trunk/storage/bindings/ycp/Makefile.am
Modified: trunk/storage/bindings/ycp/Makefile.am
URL:
http://svn.opensuse.org/viewcvs/yast/trunk/storage/bindings/ycp/Makefile.am?rev=57416&r1=57415&r2=57416&view=diff
==============================================================================
--- trunk/storage/bindings/ycp/Makefile.am (original)
+++ trunk/storage/bindings/ycp/Makefile.am Wed Jun 3 14:56:07 2009
@@ -3,7 +3,7 @@
#
PLUGLIB_MODULE = LibStorage
-PLUGLIB_LIBRARY = /usr/lib/libstorage.so
+PLUGLIB_LIBRARY = $(libdir)/libstorage.so
PLUGLIB_DEPEND = \
/usr/include/storage/StorageInterface.h \
/usr/include/storage/HumanString.h \
--
To unsubscribe, e-mail: yast-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: yast-commit+help@xxxxxxxxxxxx
| < Previous | Next > |