1
1

* Makefile.am: cons.saver is installed in $(pkglibexecdir), not

in $(pkglibdir), to conform to the usual directory hierarchy
	standards. Fixes #2796.
Этот коммит содержится в:
Roland Illig 2006-01-27 21:53:50 +00:00
родитель 60658b4b35
Коммит 015ebfc2fe
2 изменённых файлов: 8 добавлений и 1 удалений

Просмотреть файл

@ -1,3 +1,9 @@
2006-01-27 Roland Illig <roland.illig@gmx.de>
* Makefile.am: cons.saver is installed in $(pkglibexecdir), not
in $(pkglibdir), to conform to the usual directory hierarchy
standards. Fixes #2796.
2006-01-24 Jindrich Makovicka <makovick@kmlinux.fjfi.cvut.cz>
* file.c (copy_file_file): In 'Reget' mode take into account

Просмотреть файл

@ -1,11 +1,12 @@
AM_CFLAGS = $(GLIB_CFLAGS)
localedir = $(datadir)/locale
pkglibexecdir = $(libexecdir)/@PACKAGE@
bin_PROGRAMS = mc mcmfmt
if CONS_SAVER
pkglib_PROGRAMS = cons.saver
pkglibexec_PROGRAMS = cons.saver
AM_CPPFLAGS = -DDATADIR=\""$(pkgdatadir)/"\" -DLOCALEDIR=\""$(localedir)"\" \
-DLIBDIR=\""$(pkglibdir)"\"
else