From 1a562741032e941c07fc89d61b0561e8fa575462 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Mon, 13 Oct 2003 21:29:43 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=2453 --- lib/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/lib/Makefile.am b/lib/Makefile.am index 3f9e057ae8..398c187078 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -4,7 +4,8 @@ include $(top_srcdir)/Makefile.incl bin_PROGRAMS = md5_test shmem_test crypt_prog EXTRA_PROGRAMS = msg_test synch_test -noinst_LIBRARIES = libboinc.a libboinc_graphics.a +noinst_LIBRARIES = libboinc.a +#libboinc_graphics.a EXTRA_DIST = result_state.h libboinc_a_SOURCES = \ @@ -35,9 +36,9 @@ libboinc_a_SOURCES = \ synch.h \ util.h -libboinc_graphics_a_SOURCES = \ - ../api/graphics_api.C \ - ../api/graphics_data.C +# libboinc_graphics_a_SOURCES = \ +# ../api/graphics_api.C \ +# ../api/graphics_data.C md5_test_SOURCES = md5_test.C md5.c md5_file.C shmem_test_SOURCES = shmem_test.C shmem.C