Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Seong-Joong Kim
fprintd
Commits
5dafd66e
Commit
5dafd66e
authored
May 14, 2008
by
Bastien Nocera
Committed by
Daniel Drake
May 16, 2008
Browse files
Fix compilation after i18n support addition
Simply missing a po/Makefile.in in the config output, oopsie
parent
1919ca75
Changes
1
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
5dafd66e
...
...
@@ -39,6 +39,6 @@ CFLAGS="$saved_cflags"
AM_CFLAGS="-std=gnu99 $inline_cflags -Wall -Wundef -Wunused -Wstrict-prototypes -Werror-implicit-function-declaration -Wno-pointer-sign -Wshadow"
AC_SUBST(AM_CFLAGS)
AC_CONFIG_FILES([Makefile] [src/Makefile] [data/Makefile] [tests/Makefile])
AC_CONFIG_FILES([Makefile] [src/Makefile] [data/Makefile] [tests/Makefile]
[po/Makefile.in]
)
AC_OUTPUT
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment