SOURCES: nagios-plugins-shared.patch - proper use of _LTLIBRARIES

qboosh qboosh at pld-linux.org
Wed Jan 9 19:09:50 CET 2008


Author: qboosh                       Date: Wed Jan  9 18:09:50 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- proper use of _LTLIBRARIES

---- Files affected:
SOURCES:
   nagios-plugins-shared.patch (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/nagios-plugins-shared.patch
diff -u SOURCES/nagios-plugins-shared.patch:1.2 SOURCES/nagios-plugins-shared.patch:1.3
--- SOURCES/nagios-plugins-shared.patch:1.2	Wed Jan  9 18:50:16 2008
+++ SOURCES/nagios-plugins-shared.patch	Wed Jan  9 19:09:45 2008
@@ -5,10 +5,9 @@
  SUBDIRS = tests
  
 -noinst_LIBRARIES = libnagiosplug.a
-+inst_LTLIBRARIES = libnagiosplug.la
-+instdir = $(libdir)
++lib_LTLIBRARIES = libnagiosplug.la
+ 
  
--
 -libnagiosplug_a_SOURCES = utils_base.c utils_disk.c utils_tcp.c utils_cmd.c base64.c
 +libnagiosplug_la_SOURCES = utils_base.c utils_disk.c utils_tcp.c utils_cmd.c base64.c
  EXTRA_DIST = utils_base.h utils_disk.h utils_tcp.h utils_cmd.h base64.h
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/nagios-plugins-shared.patch?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list