G'day,

When I build libmuscle with the prefix /usr/local, it installs musclecard.h and mscdefines.h into /usr/local/include/PCSC.

Applications such as MCardPlugin will include musclecard.h as follows:

  #include <PCSC/musclecard.h>

but musclecard.h itself contains the following:

  #include <mscdefines.h>

I'm wondering why this isn't

  #include <PCSC/mscdefines.h>

which seems to me to be the correct path.

-- Geoff




_______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to