Use generated config.h header
parent
a45cdf4b0e
commit
036c23eaf2
|
@ -15,5 +15,6 @@ install-sh
|
|||
libtool
|
||||
ltmain.sh
|
||||
missing
|
||||
stamp-h1
|
||||
.deps/
|
||||
.libs/
|
||||
|
|
|
@ -25,6 +25,7 @@ AC_INIT([libxkbcommon], [0.1.0],
|
|||
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
|
||||
AM_INIT_AUTOMAKE([dist-bzip2 foreign])
|
||||
AM_MAINTAINER_MODE
|
||||
AC_CONFIG_HEADERS([src/config.h])
|
||||
|
||||
AC_PROG_LIBTOOL
|
||||
AC_PROG_CC
|
||||
|
|
|
@ -1,2 +1,3 @@
|
|||
config.h*
|
||||
ks_tables.h
|
||||
libxkbcommon.la
|
||||
|
|
Loading…
Reference in New Issue