[cgma-dev] r5454 - cgm/trunk/itaps
jiangtao_ma at yahoo.com
jiangtao_ma at yahoo.com
Wed Mar 28 10:39:09 CDT 2012
Author: janehu
Date: 2012-03-28 10:39:08 -0500 (Wed, 28 Mar 2012)
New Revision: 5454
Modified:
cgm/trunk/itaps/Makefile.am
cgm/trunk/itaps/iGeom_CGMA.cc
Log:
Fixed the make dist problem reported in cgma-dev. Removed the unused file from Makefile and calling file.
Modified: cgm/trunk/itaps/Makefile.am
===================================================================
--- cgm/trunk/itaps/Makefile.am 2012-03-28 14:31:58 UTC (rev 5453)
+++ cgm/trunk/itaps/Makefile.am 2012-03-28 15:39:08 UTC (rev 5454)
@@ -54,8 +54,6 @@
if ITAPS_SHIM
AM_CPPFLAGS += -DITAPS_SHIM
- libiGeom_la_SOURCES += \
- iGeom_private.h
else
libiGeom_la_include_HEADERS += \
iGeom.h \
Modified: cgm/trunk/itaps/iGeom_CGMA.cc
===================================================================
--- cgm/trunk/itaps/iGeom_CGMA.cc 2012-03-28 14:31:58 UTC (rev 5453)
+++ cgm/trunk/itaps/iGeom_CGMA.cc 2012-03-28 15:39:08 UTC (rev 5454)
@@ -33,7 +33,6 @@
#ifdef ITAPS_SHIM
# include "iGeom_binding.h"
-# include "iGeom_private.h"
# define ITAPS_API static
#else
# include "iGeom.h"
More information about the cgma-dev
mailing list