--- projects/libstatgrab/examples/Makefile.am 2003/08/24 21:59:09 1.6 +++ projects/libstatgrab/examples/Makefile.am 2003/08/26 12:14:43 1.7 @@ -1,10 +1,11 @@ # Makefile for libstatgrab/examples # http://www.i-scream.org/ -# $Id: Makefile.am,v 1.6 2003/08/24 21:59:09 tdb Exp $ +# $Id: Makefile.am,v 1.7 2003/08/26 12:14:43 tdb Exp $ noinst_PROGRAMS = network_traffic disk_traffic cpu_usage load_stats process_stats os_info vm_stats user_list page_stats -INCLUDES = -I$(top_srcdir) -I$(top_builddir) \ - -I$(top_srcdir)/src -I$(top_builddir)/src +INCLUDES = -I$(top_srcdir) -I$(top_builddir)\ + -I$(top_srcdir)/src -I$(top_builddir)/src\ + -I$(top_srcdir)/src/libstatgrab -I$(top_builddir)/src/libstatgrab -LDADD = $(top_builddir)/src/libstatgrab.la +LDADD = $(top_builddir)/src/libstatgrab/libstatgrab.la