Commit f3eccdc104f955b3a07620f0a312e7bc1c5f3090
1 parent
7d09c92c
Exists in
master
and in
3 other branches
Adjustments in the Makefile.
Showing
1 changed file
with
3 additions
and
2 deletions
Show diff stats
Makefile.in
| @@ -28,6 +28,7 @@ | @@ -28,6 +28,7 @@ | ||
| 28 | 28 | ||
| 29 | SONAME=@SONAME@ | 29 | SONAME=@SONAME@ |
| 30 | LIBNAME=lib@LIB3270_NAME@ | 30 | LIBNAME=lib@LIB3270_NAME@ |
| 31 | +PRODUCT_NAME=@PRODUCT_NAME@ | ||
| 31 | INSTALL_PACKAGES=@INSTALL_PACKAGES@ | 32 | INSTALL_PACKAGES=@INSTALL_PACKAGES@ |
| 32 | 33 | ||
| 33 | SOURCES= \ | 34 | SOURCES= \ |
| @@ -81,8 +82,8 @@ datarootdir=@datarootdir@ | @@ -81,8 +82,8 @@ datarootdir=@datarootdir@ | ||
| 81 | localedir=@localedir@ | 82 | localedir=@localedir@ |
| 82 | docdir=@docdir@ | 83 | docdir=@docdir@ |
| 83 | sysconfdir=@sysconfdir@ | 84 | sysconfdir=@sysconfdir@ |
| 84 | -datadir=$(datarootdir)/@PRODUCT_NAME@ | ||
| 85 | -confdir=$(sysconfdir)/@PRODUCT_NAME@ | 85 | +datadir=$(datarootdir)/$(PRODUCT_NAME) |
| 86 | +confdir=$(sysconfdir)/$(PRODUCT_NAME) | ||
| 86 | 87 | ||
| 87 | BASEDIR=@BASEDIR@ | 88 | BASEDIR=@BASEDIR@ |
| 88 | 89 |