tasque r207 - in trunk: . RtmNet



Author: sharm
Date: Tue Jan  6 15:26:53 2009
New Revision: 207
URL: http://svn.gnome.org/viewvc/tasque?rev=207&view=rev

Log:
* tasque/RtmNet/Makefile.am: Use libdir instead of prefix/lib for RtmNet
  DLL.  Fixes bug #540983, patch courtesy of David Kaylor.

Modified:
   trunk/ChangeLog
   trunk/RtmNet/Makefile.am

Modified: trunk/RtmNet/Makefile.am
==============================================================================
--- trunk/RtmNet/Makefile.am	(original)
+++ trunk/RtmNet/Makefile.am	Tue Jan  6 15:26:53 2009
@@ -46,7 +46,7 @@
 $(TARGET): $(CSFILES)
 	$(CSC) -unsafe -out:$@ $(CSFLAGS) $^ $(ASSEMBLIES) $(RESOURCES)
 
-tasquelibdir = $(prefix)/lib/tasque
+tasquelibdir = $(libdir)/tasque
 tasquelib_DATA = $(TARGET)	
 
 bin_SCRIPTS = $(WRAPPER)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]