[Kst] extragear/graphics/kst/src/datasources
George Staikos
staikos at kde.org
Wed May 31 14:33:45 CEST 2006
SVN commit 546924 by staikos:
activate nad datasource. pending the ioslave, it will be fully functional
M +5 -1 Makefile.am
--- trunk/extragear/graphics/kst/src/datasources/Makefile.am #546923:546924
@@ -17,5 +17,9 @@
NETCDF_SUBDIR=netcdf
endif
-SUBDIRS=ascii qimagesource dirfile frame indirect $(PIOLIB_SUBDIR) $(CDF_SUBDIR) $(NETCDF_SUBDIR) $(LIBFITSTOOLS) $(LFIIO_SUBDIR) $(FITSIMAGE_SUBDIR) $(HEALPIX_SUBDIR)
+if include_nad
+NAD_SUBDIR=nad
+endif
+SUBDIRS=ascii qimagesource dirfile frame indirect $(PIOLIB_SUBDIR) $(CDF_SUBDIR) $(NETCDF_SUBDIR) $(LIBFITSTOOLS) $(LFIIO_SUBDIR) $(FITSIMAGE_SUBDIR) $(HEALPIX_SUBDIR) $(NAD_SUBDIR)
+
More information about the Kst
mailing list