Salome HOME
copy tag mergefrom_BR_V0_1_CC_Salome_04oct07
[modules/yacs.git] / src / bases / Makefile.am
index 5231ecfa42651a36349044cbae8c09522d2e1c4e..8fbbbfff823517f838f3a22f8446ac2f6f446edf 100644 (file)
@@ -6,15 +6,37 @@ SUBDIRS = Test
 noinst_LTLIBRARIES = libYACSBases.la
 
 libYACSBases_la_SOURCES = Exception.cxx Thread.cxx Mutex.cxx Semaphore.cxx \
+       DynLibLoader.cxx  DrivenCondition.cxx                              \
+       Cstr2d.cxx   YacsTrace.cxx                    \
        $(__dummy__)
 
 EXTRA_libYACSBases_la_SOURCES = 
        Thread.hxx ThreadPT.hxx ThreadPT.cxx          \
        Mutex.hxx MutexPT.cxx MutexPT.hxx             \
        Semaphore.hxx SemaphorePT.cxx SemaphorePT.hxx \
+       DynLibLoader.hxx DynLibLoaderGNU.hxx          \
+       DrivenCondition.hxx DrivenConditionPT.hxx     \
        Exception.hxx                                 \
        $(__dummy__)
 
+salomeinclude_HEADERS =                               \
+           Cstr2d.hxx \
+           define.hxx \
+           DrivenCondition.hxx \
+           DrivenConditionPT.hxx \
+           DynLibLoaderGNU.hxx \
+           DynLibLoader.hxx \
+           DynLibLoaderWin.hxx \
+           Exception.hxx \
+           Mutex.hxx \
+           MutexPT.hxx \
+           Semaphore.hxx \
+           SemaphorePT.hxx \
+           Thread.hxx \
+           ThreadPT.hxx \
+           YacsTrace.hxx \
+           $(__dummy__)
+
 AM_CXXFLAGS = $(THREAD_DEF)
 
 include $(top_srcdir)/adm/unix/make_end.am