[sword-cvs] sword/src/modules/texts/rawtext Makefile.am,1.2,1.3

sword@www.crosswire.org sword@www.crosswire.org
Mon, 12 Apr 2004 06:50:52 -0700


Update of /cvs/core/sword/src/modules/texts/rawtext
In directory www:/tmp/cvs-serv31787/texts/rawtext

Modified Files:
	Makefile.am 
Log Message:

dglassey: more makefile changes for splitlib


Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/src/modules/texts/rawtext/Makefile.am,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- Makefile.am	8 Jan 2002 10:49:24 -0000	1.2
+++ Makefile.am	12 Apr 2004 13:50:50 -0000	1.3
@@ -1,4 +1,7 @@
 rawtextdir = $(top_srcdir)/src/modules/texts/rawtext
 
+if BUILDSPLITLIB
+libsword_imp_la_SOURCES += $(rawtextdir)/rawtext.cpp
+else
 libsword_la_SOURCES += $(rawtextdir)/rawtext.cpp
-
+endif