Revision: 42206
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42206&view=rev
Author:   brlcad
Date:     2011-01-13 03:42:25 +0000 (Thu, 13 Jan 2011)

Log Message:
-----------
wow, long time since I've seen THIS particular build system bug.. heh.  add 
missing \ line continuation after timetester.c in EXTRA_DIST so CMakeLists.txt 
isn't left out.

Modified Paths:
--------------
    brlcad/trunk/src/libbu/Makefile.am

Modified: brlcad/trunk/src/libbu/Makefile.am
===================================================================
--- brlcad/trunk/src/libbu/Makefile.am  2011-01-13 03:35:49 UTC (rev 42205)
+++ brlcad/trunk/src/libbu/Makefile.am  2011-01-13 03:42:25 UTC (rev 42206)
@@ -107,7 +107,7 @@
 
 EXTRA_DIST = \
        $(man_MANS) \
-       timetester.c
+       timetester.c \
        CMakeLists.txt
 
 AM_CPPFLAGS = \


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to