Use generated config.h header
parent
a45cdf4b0e
commit
036c23eaf2
|
@ -15,5 +15,6 @@ install-sh
|
||||||
libtool
|
libtool
|
||||||
ltmain.sh
|
ltmain.sh
|
||||||
missing
|
missing
|
||||||
|
stamp-h1
|
||||||
.deps/
|
.deps/
|
||||||
.libs/
|
.libs/
|
||||||
|
|
|
@ -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,2 +1,3 @@
|
||||||
|
config.h*
|
||||||
ks_tables.h
|
ks_tables.h
|
||||||
libxkbcommon.la
|
libxkbcommon.la
|
||||||
|
|
Loading…
Reference in New Issue