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-01-18 Martin Baulig <martin@home-of-linux.org>
* demarshal.pl: Only emit code for functions which are

View File

@@ -7,6 +7,12 @@ INCLUDES = @INCLUDES@ -D_BSD \
backenddir = @LIBGTOP_BACKEND_DIR@
if LIBGTOP_USE_GMODULE
backendlibdir = $(backenddir)
else
backendlibdir = $(libdir)
endif
dynamic_ldflags = @libgtop_dynamic_ldflags@
backend_DATA = \
@@ -15,7 +21,7 @@ backend_DATA = \
noinst_HEADERS = \
glibtop-backend-private.h
backend_LTLIBRARIES = \
backendlib_LTLIBRARIES = \
libgtop_backend_server.la
bin_PROGRAMS = \