Author: adrian.chadd
Date: Sat Apr 25 17:25:45 2009
New Revision: 13983
Modified:
branches/LUSCA_HEAD/tools/Makefile.am
Log:
Link in the sqstore library
Modified: branches/LUSCA_HEAD/tools/Makefile.am
==============================================================================
--- branches/LUSCA_HEAD/tools/Makefile.am (original)
+++ branches/LUSCA_HEAD/tools/Makefile.am Sat Apr 25 17:25:45 2009
@@ -38,7 +38,7 @@
cachemgr__CGIEXT__SOURCES = cachemgr.c
cachemgr__CGIEXT__CFLAGS =
-DDEFAULT_CACHEMGR_CONFIG=\"$(DEFAULT_CACHEMGR_CONFIG)\" $(AM_CFLAGS)
-LDADD = -L../lib -L../libsqdebug -L../libsqtlv -L../libcore -lsqdebug
-lsqtlv -lcore -lmiscutil $(XTRA_LIBS)
+LDADD = -L../lib -L../libsqdebug -L../libsqtlv -L../libsqstore
-L../libcore -lsqstore -lsqdebug -lsqtlv -lcore -lmiscutil $(XTRA_LIBS)
EXTRA_DIST = \
cachemgr.conf
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---