Revision: 41971
http://brlcad.svn.sourceforge.net/brlcad/?rev=41971&view=rev
Author: starseeker
Date: 2011-01-06 14:02:43 +0000 (Thu, 06 Jan 2011)
Log Message:
-----------
For now ttcp needs netinet/in.h, and likely has other problems on Windows -
revisit this later.
Modified Paths:
--------------
brlcad/branches/cmake/src/util/CMakeLists.txt
Modified: brlcad/branches/cmake/src/util/CMakeLists.txt
===================================================================
--- brlcad/branches/cmake/src/util/CMakeLists.txt 2011-01-06 04:14:48 UTC
(rev 41970)
+++ brlcad/branches/cmake/src/util/CMakeLists.txt 2011-01-06 14:02:43 UTC
(rev 41971)
@@ -140,7 +140,9 @@
BRLCAD_ADDEXEC(sun-pix sun-pix.c libbu STRICT)
BRLCAD_ADDEXEC(terrain terrain.c "libbn libbu" STRICT)
BRLCAD_ADDEXEC(texturescale texturescale.c "libfb libbn libbu" STRICT)
-BRLCAD_ADDEXEC(ttcp ttcp.c libbu STRICT)
+IF(HAVE_NETINET_IN_H)
+ BRLCAD_ADDEXEC(ttcp ttcp.c libbu STRICT)
+ENDIF(HAVE_NETINET_IN_H)
BRLCAD_ADDEXEC(wavelet wavelet.c "libfb libbn libbu" STRICT)
BRLCAD_ADDEXEC(xyz-pl xyz-pl.c "libbn libbu" STRICT)
BRLCAD_ADDEXEC(yuv-pix yuv-pix.c "libfb libbn libbu" STRICT)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and,
should the need arise, upgrade to a full multi-node Oracle RAC database
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits