Moved main Makefile.am for wxGTK to /src/gtk

Removed LTLIBOBJECT code from configure with
    excpetion of PNG, JPEG, ZLIB and iODBC
  Added missing #ifdef for the Xkbdetectauto thing


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2654 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-06-03 14:14:19 +00:00
parent b93d0c6402
commit 09fbacf7ad
8 changed files with 1174 additions and 314 deletions

View File

@@ -40,7 +40,9 @@
// under HP-UX XKBlib.h defines structures with field named "explicit" -
// which is, of course, an error for a C++ compiler
#define explicit __wx_explicit
#endif
#include "X11/XKBlib.h"
#ifdef __HPUX__
#undef explicit
#endif // __HPUX__