[Kst] extragear/graphics/kst/src/datasources/libfitstools
    Ted Kisner 
    tskisner.public at gmail.com
       
    Sun Jun  4 00:55:42 CEST 2006
    
    
  
SVN commit 547927 by tskisner:
This library is not meant to be installed.  This change fixes libtool portability warning.
 M  +1 -1      Makefile.am  
--- trunk/extragear/graphics/kst/src/datasources/libfitstools/Makefile.am #547926:547927
@@ -1,6 +1,6 @@
 INCLUDES=-I$(top_srcdir)/kst/src/libkst -I$(top_srcdir)/kst/src/extdate $(all_includes)
 
-lib_LTLIBRARIES = libfitstools.la
+noinst_LTLIBRARIES = libfitstools.la
 
 libfitstools_la_LIBADD=$(FITSIO_LIBS)
 libfitstools_la_LDFLAGS=$(all_libraries) -module -avoid-version
    
    
More information about the Kst
mailing list