From 18b001a1f2865609fe4f0aa6e19d479ab62b057f Mon Sep 17 00:00:00 2001 From: Bruce Allen Date: Thu, 9 Dec 2004 16:45:22 +0000 Subject: [PATCH] Removed line continuation in comments svn path=/trunk/boinc/; revision=4805 --- api/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/api/Makefile.am b/api/Makefile.am index 9815508cb6..02fef84ac6 100644 --- a/api/Makefile.am +++ b/api/Makefile.am @@ -21,8 +21,8 @@ graphics_api_files = \ # David, beware, you must ALSO list the .h files!! Else they are # not included in the 'make dist' tarball! # -# bmplib.C \ -# tgalib.C \ +# bmplib.C +# tgalib.C if BUILD_GRAPHICS_API graphics_libs = libboinc_graphics_api.a