[seed] [mpfr] Add continuation chars to makefile so we actually build all source files



commit f3a901a607d1b52813e893b9022a29d1d94eca51
Author: Matt ARSENAULT <arsenm2 rpi edu>
Date:   Sun Jul 5 01:36:40 2009 -0400

    [mpfr] Add continuation chars to makefile so we actually build all source files

 modules/mpfr/Makefile.am |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/modules/mpfr/Makefile.am b/modules/mpfr/Makefile.am
index 4ef3f51..41ea385 100644
--- a/modules/mpfr/Makefile.am
+++ b/modules/mpfr/Makefile.am
@@ -6,14 +6,14 @@ seedlib_LTLIBRARIES = \
 	libseed_mpfr.la
 
 libseed_mpfr_la_SOURCES = \
-	seed-mpfr.c
-	seed-mpfr-trig.c
+	seed-mpfr.c \
+	seed-mpfr-trig.c \
 	seed-mpfr-arithmetic.c
 
 AM_CPPFLAGS = \
 	-I top_srcdir@/libseed/ \
 	-I top_srcdir@/modules/ \
-	$(GOBJECT_INTROSPECTION_CFLAGS) 
+	$(GOBJECT_INTROSPECTION_CFLAGS) \
 	$(SEED_DEBUG_CFLAGS) \
 	$(SEED_PROFILE_CFLAGS)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]