--- projects/libstatgrab/src/libstatgrab/Makefile.am 2005/07/18 14:08:35 1.30 +++ projects/libstatgrab/src/libstatgrab/Makefile.am 2005/09/24 13:29:22 1.31 @@ -1,6 +1,6 @@ # Makefile for libstatgrab/src/libstatgrab # http://www.i-scream.org/libstatgrab/ -# $Id: Makefile.am,v 1.30 2005/07/18 14:08:35 tdb Exp $ +# $Id: Makefile.am,v 1.31 2005/09/24 13:29:22 tdb Exp $ if DEPRECATED include_DEPRECATEDHEADERS = statgrab_deprecated.h @@ -13,6 +13,9 @@ libstatgrab_la_LDFLAGS = -version-info 7:0:1 if DEPRECATED libstatgrab_la_DEPRECATEDSOURCES = statgrab_deprecated.c endif -libstatgrab_la_SOURCES = cpu_stats.c disk_stats.c load_stats.c memory_stats.c network_stats.c os_info.c page_stats.c process_stats.c swap_stats.c user_stats.c tools.c vector.c error.c $(libstatgrab_la_DEPRECATEDSOURCES) +if MINGW +libstatgrab_la_MINGWSOURCES = win32.c +endif +libstatgrab_la_SOURCES = cpu_stats.c disk_stats.c load_stats.c memory_stats.c network_stats.c os_info.c page_stats.c process_stats.c swap_stats.c user_stats.c tools.c vector.c error.c $(libstatgrab_la_DEPRECATEDSOURCES) $(libstatgrab_la_MINGWSOURCES) -noinst_HEADERS = tools.h vector.h +noinst_HEADERS = tools.h vector.h win32.h