[sword-cvs] sword/src/modules/comments/hrefcom Makefile.am,1.2,1.3

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


Update of /cvs/core/sword/src/modules/comments/hrefcom
In directory www:/tmp/cvs-serv31787/comments/hrefcom

Modified Files:
	Makefile.am 
Log Message:

dglassey: more makefile changes for splitlib


Index: Makefile.am
===================================================================
RCS file: /cvs/core/sword/src/modules/comments/hrefcom/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:23 -0000	1.2
+++ Makefile.am	12 Apr 2004 13:50:49 -0000	1.3
@@ -1,4 +1,7 @@
 hrefcomdir = $(top_srcdir)/src/modules/comments/hrefcom
 
+if BUILDSPLITLIB
+libsword_imp_la_SOURCES += $(hrefcomdir)/hrefcom.cpp
+else
 libsword_la_SOURCES += $(hrefcomdir)/hrefcom.cpp
-
+endif