Am Mittwoch 03 März 2010 14:42:29 schrieb Andreas Jellinghaus: > ok, here is the new diff with fixes / changes: > * now all *.c files first #include "config.h" > * no checking for HAVE_CONFIG_H - we always have one. > * then a blank line > * then all system headers > * then 3rd party header files > * then our include files from other directories #include "dir/file.h" > * then our include files from the same directory #include "file.h" > * src/include/ is gone > * winconfig.h is now in win32/ directory > * fix Makefile.am to include winconfig.h and versioninfo.rc for > building on win32 (without cygwin/mingw/msys), and clean these > with make maintainer-clean > > From my point of view this is a nice proper cleanup. Any objections?
commited. Andreas _______________________________________________ opensc-devel mailing list [email protected] http://www.opensc-project.org/mailman/listinfo/opensc-devel
