Only install the libs in $(LIBGTOP_BACKEND_DIR) when we

2000-02-22  Martin Baulig  <martin@home-of-linux.org>

	* Makefile.am: Only install the libs in $(LIBGTOP_BACKEND_DIR)
	when we LIBGTOP_USE_GMODULE and in $(libdir) otherwise.
This commit is contained in:
Martin Baulig
2000-02-22 21:01:14 +00:00
committed by Martin Baulig
parent fa20de8904
commit 5f0246b07d
8 changed files with 48 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2000-02-22 Martin Baulig <martin@home-of-linux.org>
* Makefile.am: Only install the libs in $(LIBGTOP_BACKEND_DIR)
when we LIBGTOP_USE_GMODULE and in $(libdir) otherwise.
2000-02-16 Martin Baulig <martin@home-of-linux.org>
* Makefile.am: Install libraries in $(backenddir).

View File

@@ -6,7 +6,13 @@ dynamic_ldflags = @libgtop_dynamic_ldflags@
backenddir = @LIBGTOP_BACKEND_DIR@
backend_LTLIBRARIES = libgtop_sysdeps.la libgtop_sysdeps_suid.la
if LIBGTOP_USE_GMODULE
backendlibdir = $(backenddir)
else
backendlibdir = $(libdir)
endif
backendlib_LTLIBRARIES = libgtop_sysdeps.la libgtop_sysdeps_suid.la
libgtop_sysdeps_la_SOURCES = open.c close.c cpu.c mem.c \
safeio.c swap.c uptime.c loadavg.c \