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