On 25/07/05, Evaldo Gardenali <[EMAIL PROTECTED]> wrote: > Hi, Hello,
> in muscleframework-1.1.5 MCardPlugin: in musclecardApplet.c: > #ifndef __APPLE__ > #include <musclecard.h> > #else > #include <PCSC/musclecard.h> > #endif > > now, my question... > Are those includes without "PCSC/" on purpose? I can't think of a > suitable explanation for myself in my tiny little world. The real include path to use is indicated by the result of "pkg-config --cflags libpcsclite". As said by Karsten you don't have to worry since it is done by the ./configure magic. MacOS X (Apple) does not use pkg-config so we have special code for this OS. Regards, -- Dr. Ludovic Rousseau For private mail use [EMAIL PROTECTED] and not "big brother" Google _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
