Revision: 42419
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42419&view=rev
Author:   brlcad
Date:     2011-01-18 20:58:39 +0000 (Tue, 18 Jan 2011)

Log Message:
-----------
compile parse.c and nmg_junk.c so we make sure that they keep compiling as the 
library evolves.  they don't need to be installed, but they should still be 
maintained until they're integrated or removed.  (alas, they both have useful 
routines that should be integrated)

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

Modified: brlcad/trunk/src/librt/Makefile.am
===================================================================
--- brlcad/trunk/src/librt/Makefile.am  2011-01-18 20:55:49 UTC (rev 42418)
+++ brlcad/trunk/src/librt/Makefile.am  2011-01-18 20:58:39 UTC (rev 42419)
@@ -30,8 +30,11 @@
        parsetest \
        prcomb
 
-# make sure the example compiles, but don't include it in librt
-librt_xxx_la_SOURCES = primitives/xxx/xxx.c
+# make sure example and temporary code compiles, but don't include it in librt
+librt_xxx_la_SOURCES = \
+       parse.c \
+       primitives/nmg/nmg_junk.c \
+       primitives/xxx/xxx.c
 
 librt_nil_la_SOURCES = \
        attributes.c \
@@ -297,10 +300,8 @@
        brep_test.cpp \
        columnparse.c \
        namegen.c \
-       parse.c \
        pmalloc.c \
        primitives/bot/g_bot_include.c \
-       primitives/nmg/nmg_junk.c \
        timer-nt.c \
        timer52brl.c \
        timerhep.c \


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