Use generated config.h header

master
Dan Nicholson 2009-01-20 07:33:14 -08:00
parent a45cdf4b0e
commit 036c23eaf2
3 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View File

@ -15,5 +15,6 @@ install-sh
libtool libtool
ltmain.sh ltmain.sh
missing missing
stamp-h1
.deps/ .deps/
.libs/ .libs/

View File

@ -25,6 +25,7 @@ AC_INIT([libxkbcommon], [0.1.0],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg]) [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([dist-bzip2 foreign]) AM_INIT_AUTOMAKE([dist-bzip2 foreign])
AM_MAINTAINER_MODE AM_MAINTAINER_MODE
AC_CONFIG_HEADERS([src/config.h])
AC_PROG_LIBTOOL AC_PROG_LIBTOOL
AC_PROG_CC AC_PROG_CC

1
src/.gitignore vendored
View File

@ -1,2 +1,3 @@
config.h*
ks_tables.h ks_tables.h
libxkbcommon.la libxkbcommon.la