Install libraries in $(backenddir).

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

	* Makefile.am: Install libraries in $(backenddir).
This commit is contained in:
Martin Baulig
2000-02-15 23:46:58 +00:00
committed by Martin Baulig
parent 36c36b9afb
commit 1f6916b5d0
2 changed files with 9 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2000-02-16 Martin Baulig <martin@home-of-linux.org>
* Makefile.am: Install libraries in $(backenddir).
1999-12-25 Martin Baulig <martin@home-of-linux.org>
* safeio.h: Removed. This is now included in <glibtop_private.h>.

View File

@@ -2,7 +2,11 @@ LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
INCLUDES = @INCLUDES@
lib_LTLIBRARIES = libgtop_sysdeps.la libgtop_sysdeps_suid.la
backenddir = @LIBGTOP_BACKEND_DIR@
backend_LTLIBRARIES = libgtop_sysdeps.la
backend_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 \