diff options
author | svu <svu> | 2004-06-22 00:11:12 +0000 |
---|---|---|
committer | svu <svu> | 2004-06-22 00:11:12 +0000 |
commit | 85ddba452e14614e393a066e1824436835a087ba (patch) | |
tree | 646748748128e8aede507535b1412363d3287f11 /configure.in | |
parent | d7fe0f6185dbd8902322115b7efd76df5fcf1044 (diff) | |
download | xkeyboard-config-85ddba452e14614e393a066e1824436835a087ba.tar.gz xkeyboard-config-85ddba452e14614e393a066e1824436835a087ba.tar.bz2 xkeyboard-config-85ddba452e14614e393a066e1824436835a087ba.zip |
trying to set order in the Makefiles list
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.in b/configure.in index 57303418..0c050164 100644 --- a/configure.in +++ b/configure.in @@ -44,7 +44,10 @@ AM_GLIB_GNU_GETTEXT AC_SUBST(xkb_base) AC_SUBST(xkb_rules_symlink) -AC_OUTPUT([ po/Makefile.in m4/Makefile intl/Makefile +AC_OUTPUT([ +po/Makefile.in +m4/Makefile +intl/Makefile Makefile compat/Makefile compiled/Makefile |