build-sys: correct all Makefile.am files for LOCALEDIR, etc
Some of the latest changes to Makefile.am files are missing. This patch restores the LOCALEDIR variable, among others, and dispenses with the include directives in the ps/ and top/ subdirectories since they're no longer needed.
This commit is contained in:
@ -1,4 +1,7 @@
|
|||||||
AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include
|
AM_CPPFLAGS = \
|
||||||
|
-include $(top_builddir)/config.h \
|
||||||
|
-I$(top_srcdir)/include \
|
||||||
|
-DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
SUBDIRS = \
|
SUBDIRS = \
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
PACKAGE_VERSION = @PACKAGE_VERSION@
|
PACKAGE_VERSION = @PACKAGE_VERSION@
|
||||||
AM_CPPFLAGS = -include $(top_builddir)/config.h
|
AM_CPPFLAGS = \
|
||||||
|
-include $(top_builddir)/config.h \
|
||||||
|
-I$(top_srcdir)/include \
|
||||||
|
-DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
LIBprocps_CURRENT=0
|
LIBprocps_CURRENT=0
|
||||||
LIBprocps_REVISION=0
|
LIBprocps_REVISION=0
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
AM_CPPFLAGS = -include $(top_builddir)/config.h
|
AM_CPPFLAGS = \
|
||||||
|
-include $(top_builddir)/config.h \
|
||||||
|
-I$(top_srcdir)/include \
|
||||||
|
-DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
AM_CFLAGS = -I../proc -I../include
|
|
||||||
AM_LDFLAGS = ../proc/libprocps.la
|
AM_LDFLAGS = ../proc/libprocps.la
|
||||||
|
|
||||||
dist_man_MANS = ps.1
|
dist_man_MANS = ps.1
|
||||||
|
@ -1,6 +1,8 @@
|
|||||||
AM_CPPFLAGS = -include $(top_builddir)/config.h
|
AM_CPPFLAGS = \
|
||||||
|
-include $(top_builddir)/config.h \
|
||||||
|
-I$(top_srcdir)/include \
|
||||||
|
-DLOCALEDIR=\"$(localedir)\"
|
||||||
|
|
||||||
AM_CFLAGS = -I../proc -I../include
|
|
||||||
AM_LDFLAGS = ../proc/libprocps.la
|
AM_LDFLAGS = ../proc/libprocps.la
|
||||||
|
|
||||||
if WITH_NCURSES
|
if WITH_NCURSES
|
||||||
|
Reference in New Issue
Block a user