--- projects/libstatgrab/src/libstatgrab/Makefile.am 2004/04/04 21:17:58 1.22 +++ projects/libstatgrab/src/libstatgrab/Makefile.am 2004/04/06 16:37:34 1.23 @@ -1,12 +1,18 @@ # Makefile for libstatgrab/src/libstatgrab # http://www.i-scream.org/libstatgrab/ -# $Id: Makefile.am,v 1.22 2004/04/04 21:17:58 ats Exp $ +# $Id: Makefile.am,v 1.23 2004/04/06 16:37:34 tdb Exp $ -include_HEADERS = statgrab.h +if DEPRECATED +include_DEPRECATEDHEADERS = statgrab_deprecated.h +endif +include_HEADERS = statgrab.h $(include_DEPRECATEDHEADERS) lib_LTLIBRARIES = libstatgrab.la libstatgrab_la_LDFLAGS = -version-info 4:0:3 -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 +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 $(libstatgrab_la_DEPRECATEDSOURCES) noinst_HEADERS = tools.h vector.h