Mir

Comment 1 for bug 1161064

Revision history for this message
Daniel van Vugt (vanvugt) wrote :

Currently, the correct way to get the include path for those common headers is to take the output of:
   pkg-config mircommon --cflags
So in GNU make you would:
   CFLAGS += $(shell pkg-config mircommon --cflags)

However, there is an extra problem here. Using pkgconfig "mirclient" should automatically include "mircommon" and its cflags. But it doesn't.