- 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:
Andreas Volz 2011-11-29 23:48:04 +01:00
parent 7a3242b77f
commit 2b8cfc887e
6 changed files with 24 additions and 12 deletions

View file

@ -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