OSSP CVS Repository

ossp - Difference in ossp-pkg/l2/Makefile.in versions 1.3 and 1.4
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/l2/Makefile.in 1.3 -> 1.4

--- Makefile.in  2001/05/11 19:50:52     1.3
+++ Makefile.in  2001/05/17 14:40:34     1.4
@@ -62,6 +62,7 @@
 
 #   list of library object files
 OBJS = \
+    l2_log.lo \
     l2_stream.lo \
     l2_channel.lo \
     l2_ch_fd.lo \
@@ -107,13 +108,13 @@
         $(LIBTOOL) --mode=compile --quiet $(CXX) -c $(CPPFLAGS) $(CXXFLAGS) $<
 
 #   default target
-all: $(TARGET) 
+all: $(TARGET)
 
 #   build libraries
-libl2.la: $(OBJS) 
+libl2.la: $(OBJS)
         $(LIBTOOL) --mode=link --quiet $(CC) -o libl2.la $(OBJS) -rpath $(libdir) \
             -version-info `$(SHTOOL) version -l c -d libtool l2_version.c`
-libl2++.la: $(OBJS) l2++.lo 
+libl2++.la: $(OBJS) l2++.lo
         $(LIBTOOL) --mode=link --quiet $(CC) -o libl2++.la $(OBJS) l2++.lo -rpath $(libdir) \
             -version-info `$(SHTOOL) version -l c -d libtool l2_version.c`
 
@@ -168,7 +169,7 @@
             libl2++.la $(DESTDIR)$(libdir)/libl2++.la
 
 #   perform standard uninstallation procedure
-uninstall: 
+uninstall:
         $(MAKE) $(MFLAGS) @UNINSTALL_CXX@ uninstall-c uninstall-std
 uninstall-cxx:
         @$(LIBTOOL) --mode=uninstall $(RM) $(DESTDIR)$(libdir)/libl2++.la
@@ -188,7 +189,7 @@
         $(RMDIR) $(DESTDIR)$(includedir)
         $(RMDIR) $(DESTDIR)$(bindir)
 
-#   remove everything which can be regenerated 
+#   remove everything which can be regenerated
 #   by "make all"
 clean:
         $(RM) *.lo *.o
@@ -196,8 +197,8 @@
         -$(RMDIR) .libs >/dev/null 2>&1 || $(TRUE)
         $(RM) $(TARGET_LIBS)
         $(RM) $(TARGET_TESTS)
-        
-#   remove everything which can be regenerated 
+
+#   remove everything which can be regenerated
 #   by "./configure && make all"
 distclean: clean
         $(RM) l2-config
@@ -206,7 +207,7 @@
         $(RM) libtool
         $(RM) Makefile
 
-#   remove everything which can be regenerated 
+#   remove everything which can be regenerated
 #   by "autoconf && autoheader && ./configure && make all"
 realclean: distclean
         $(RM) configure

CVSTrac 2.0.1