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:
committed by
Martin Baulig
parent
36c36b9afb
commit
1f6916b5d0
@@ -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>.
|
||||
|
@@ -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 \
|
||||
|
Reference in New Issue
Block a user