]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
strange behaviour with cmake
authoradam <adam>
Tue, 27 Jan 2009 09:13:23 +0000 (09:13 +0000)
committeradam <adam>
Tue, 27 Jan 2009 09:13:23 +0000 (09:13 +0000)
src/NOTIFICATION_SWIG/Makefile.am

index ee4ffadf8c0ace2585ec9027dca5e7ff80c9c32e..a1b75ed3db93431f452d26d1c93ec64d789e5f08 100644 (file)
@@ -45,6 +45,7 @@ _libNOTIFICATION_la_SOURCES  = swig_wrap.cpp \
        NOTIFICATION_Swig.cxx NOTIFICATION_Swig.hxx SALOME_NOTIFICATION_SWIG.hxx
 _libNOTIFICATION_la_CPPFLAGS =\
        @PYTHON_INCLUDES@ -DHAVE_CONFIG_H \
+       -I$(srcdir) \
        -I$(srcdir)/../Notification \
        -I$(srcdir)/../Basics \
        -I$(srcdir)/../SALOMELocalTrace \
@@ -53,7 +54,7 @@ _libNOTIFICATION_la_CPPFLAGS =\
 
 
 _libNOTIFICATION_la_LDFLAGS  = -module
-_libNOTIFICATION_la_LIBADD   = ../Notification/libSalomeNotification.la
+_libNOTIFICATION_la_LIBADD   = @PYTHON_LIBS@ ../Notification/libSalomeNotification.la
 
 swig_wrap.cpp libNOTIFICATION.py : $(SWIGSOURCES)
        $(SWIG) $(SWIG_FLAGS) -o swig_wrap.cpp $<