Revision: 14583
Author: adrian.chadd
Date: Sun Apr 11 03:43:17 2010
Log: Issue #94 - include extra libraries so things work under win32


http://code.google.com/p/lusca-cache/source/detail?r=14583

Modified:
 /branches/LUSCA_HEAD/app/coss_newfs/Makefile.am
 /branches/LUSCA_HEAD/app/ufs_newfs/Makefile.am

=======================================
--- /branches/LUSCA_HEAD/app/coss_newfs/Makefile.am     Wed Jul 22 07:41:10 2009
+++ /branches/LUSCA_HEAD/app/coss_newfs/Makefile.am     Sun Apr 11 03:43:17 2010
@@ -20,7 +20,7 @@

 coss_newfs_SOURCES = coss_newfs.c

-LDADD = -L../../lib -L../../libsqdebug -L../../libcore -L../../libmem -L../../libsqstore -lsqdebug -lcore -lm -lsqstore -lmiscutil +LDADD = -L../../lib -L../../libsqdebug -L../../libcore -L../../libmem -L../../libsqstore -lsqdebug -lcore -lm -lsqstore -lmiscutil @XTRA_LIBS@

 $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h

=======================================
--- /branches/LUSCA_HEAD/app/ufs_newfs/Makefile.am      Wed Jul 22 07:37:20 2009
+++ /branches/LUSCA_HEAD/app/ufs_newfs/Makefile.am      Sun Apr 11 03:43:17 2010
@@ -20,7 +20,7 @@

 ufs_newfs_SOURCES = ufs_newfs.c

-LDADD = -L../../lib -L../../libsqdebug -L../../libcore -L../../libmem -L../../libsqstore -lsqdebug -lcore -lm -lsqstore -lmiscutil +LDADD = -L../../lib -L../../libsqdebug -L../../libcore -L../../libmem -L../../libsqstore -lsqdebug -lcore -lm -lsqstore -lmiscutil @XTRA_LIBS@

 $(OBJS): $(top_srcdir)/include/version.h ../include/autoconf.h

--
You received this message because you are subscribed to the Google Groups 
"lusca-commit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/lusca-commit?hl=en.

Reply via email to