ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/libstatgrab/src/libstatgrab/Makefile.am
(Generate patch)

Comparing projects/libstatgrab/src/libstatgrab/Makefile.am (file contents):
Revision 1.30 by tdb, Mon Jul 18 14:08:35 2005 UTC vs.
Revision 1.31 by tdb, Sat Sep 24 13:29:22 2005 UTC

# Line 13 | Line 13 | libstatgrab_la_LDFLAGS = -version-info 7:0:1
13   if DEPRECATED
14   libstatgrab_la_DEPRECATEDSOURCES = statgrab_deprecated.c
15   endif
16 < 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)
16 > if MINGW
17 > libstatgrab_la_MINGWSOURCES = win32.c
18 > endif
19 > 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)
20  
21 < noinst_HEADERS = tools.h vector.h
21 > noinst_HEADERS = tools.h vector.h win32.h

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines