- 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue