Commit caf2cbd9aaf4a1d317dccab1e23354464feaabc2
1 parent
7de83c64
Exists in
master
and in
3 other branches
Iniciando reinclusão de suporte completo a gettext
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
Makefile.in
... | ... | @@ -28,7 +28,7 @@ |
28 | 28 | |
29 | 29 | PACKAGE=@PACKAGE_NAME@ |
30 | 30 | |
31 | -CFLAGS=@CFLAGS@ @DLL_CFLAGS@ -DAPPDATA=\"$(datarootdir)/$(PACKAGE_NAME)\" -I../include | |
31 | +CFLAGS=@CFLAGS@ @DLL_CFLAGS@ -DDATADIR=\"$(datarootdir)\" -I../include | |
32 | 32 | SSL_CFLAGS=@LIBSSL_CFLAGS@ |
33 | 33 | |
34 | 34 | DLL_FLAGS=@DLL_FLAGS@ | ... | ... |