From: inv Date: Thu, 19 Jan 2012 08:47:08 +0000 (+0000) Subject: fix make distcheck error: add missing header file X-Git-Tag: V6_5_0a1~91 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=fa5949562b88121458bd4493a0201c92594f45f5;p=modules%2Fgeom.git fix make distcheck error: add missing header file --- diff --git a/src/OBJECT/Makefile.am b/src/OBJECT/Makefile.am index c83d0ea40..b987337bd 100644 --- a/src/OBJECT/Makefile.am +++ b/src/OBJECT/Makefile.am @@ -43,7 +43,8 @@ salomeinclude_HEADERS = \ GEOM_OCCReader.h \ GEOM_SmartPtr.h \ GEOM_PainterPolyDataMapper.h \ - GEOM_DeviceActor.h + GEOM_DeviceActor.h \ + GEOM_Constants.h # Libraries targets lib_LTLIBRARIES = libGEOMObject.la