INN commit: trunk/tests (Makefile authprogs innd nnrpd util)

INN Commit Russ_Allbery at isc.org
Sat Apr 12 21:33:39 UTC 2008


    Date: Saturday, April 12, 2008 @ 14:33:38
  Author: iulius
Revision: 7762

Fix compilation issues with libtool:  the right mode (link)
should be specified.
Ignore .libs subdirectories in Subversion.

Modified:
  trunk/tests/Makefile
  trunk/tests/authprogs/	(properties)
  trunk/tests/innd/	(properties)
  trunk/tests/nnrpd/	(properties)
  trunk/tests/util/	(properties)

----------+
 Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: Makefile
===================================================================
--- Makefile	2008-04-12 20:21:12 UTC (rev 7761)
+++ Makefile	2008-04-12 21:33:38 UTC (rev 7762)
@@ -44,7 +44,7 @@
 .c.o: $*.c
 	$(CC) $(CFLAGS) -c -o $@ $*.c
 
-LINK		= $(LIBTOOL) $(CC) $(LDFLAGS) -o $@
+LINK		= $(LIBTOOLLD) $(CC) $(LDFLAGS) -o $@
 STORAGEDEPS	= $(LIBSTORAGE) $(LIBHIST) $(LIBINN)
 STORAGELIBS	= $(STORAGEDEPS) $(STORAGE_LIBS)
 


Property changes on: trunk/tests/authprogs
___________________________________________________________________
Name: svn:ignore
   - ident.t
   + .libs
ident.t



Property changes on: trunk/tests/innd
___________________________________________________________________
Name: svn:ignore
   - artparse.t
chan.t

   + .libs
artparse.t
chan.t



Property changes on: trunk/tests/nnrpd
___________________________________________________________________
Name: svn:ignore
   - auth-ext.t
   + .libs
auth-ext.t



Property changes on: trunk/tests/util
___________________________________________________________________
Name: svn:ignore
   - innbind.t
   + .libs
innbind.t




More information about the inn-committers mailing list