- dbus-c++ passes now compiling on ubuntu 8.10 machine (-lrt addded for Test1/TestApp)
- identified a potential problem in pipe.cpp and marked it with FIXME - changed version to 0.9.0-pre1 to inform it's near to 1.0 stable release
This commit is contained in:
parent
7a3242b77f
commit
2b8cfc887e
6 changed files with 24 additions and 12 deletions
|
@ -28,8 +28,10 @@ TestApp_SOURCES = \
|
|||
TestAppIntro.h \
|
||||
TestAppIntroProvider.h
|
||||
|
||||
TestApp_LDFLAGS = \
|
||||
$(top_builddir)/src/libdbus-c++-1.la
|
||||
TestApp_LDADD = \
|
||||
$(top_builddir)/src/libdbus-c++-1.la \
|
||||
$(PTHREAD_LIBS) \
|
||||
$(RT_LIBS)
|
||||
|
||||
TestApp_CXXFLAGS = \
|
||||
-I$(top_srcdir)/include
|
||||
|
|
|
@ -8,8 +8,8 @@ dbuscxx_test_generator_server_SOURCES = dbuscxx_test_generator-server-glue.h \
|
|||
dbuscxx_test_generator-server.h \
|
||||
dbuscxx_test_generator-server.cpp
|
||||
|
||||
dbuscxx_test_generator_server_LDADD = $(top_builddir)/src/libdbus-c++-1.la @PTHREAD_LIBS@
|
||||
dbuscxx_test_generator_server_CXXFLAGS = @PTHREAD_CFLAGS@
|
||||
dbuscxx_test_generator_server_LDADD = $(top_builddir)/src/libdbus-c++-1.la
|
||||
dbuscxx_test_generator_server_CXXFLAGS =
|
||||
|
||||
dbuscxx_test_generator-server-glue.h: dbuscxx_test_generator.xml
|
||||
$(top_builddir)/tools/dbusxx-xml2cpp $^ --adaptor=$@
|
||||
|
@ -22,8 +22,8 @@ dbuscxx_test_generator_client_SOURCES = dbuscxx_test_generator-client-glue.h \
|
|||
dbuscxx_test_generator-client.h \
|
||||
dbuscxx_test_generator-client.cpp
|
||||
|
||||
dbuscxx_test_generator_client_LDADD = $(top_builddir)/src/libdbus-c++-1.la @PTHREAD_LIBS@
|
||||
dbuscxx_test_generator_client_CXXFLAGS = @PTHREAD_CFLAGS@
|
||||
dbuscxx_test_generator_client_LDADD = $(top_builddir)/src/libdbus-c++-1.la
|
||||
dbuscxx_test_generator_client_CXXFLAGS =
|
||||
|
||||
dbuscxx_test_generator-client-glue.h: dbuscxx_test_generator.xml
|
||||
$(top_builddir)/tools/dbusxx-xml2cpp $^ --proxy=$@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue