diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index abc8e20..2e7a6e9 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ AC_SEARCH_LIBS([sqrt], [m]) GOBJECT_INTROSPECTION_CHECK([0.6.7]) -AC_OUTPUT([ +AC_CONFIG_FILES([ Makefile libmatekbd.pc libmatekbdui.pc @@ -123,7 +123,6 @@ libmatekbd/Makefile libmatekbd/org.mate.peripherals-keyboard-xkb.gschema.xml test/Makefile ]) - AC_OUTPUT dnl --------------------------------------------------------------------------- |