From b40bd26252b6753af9dbb95d4fc033c8d56bf191 Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 7 Mar 2011 15:54:50 +0100 Subject: install: Use custom subdir for libs, data, headers Redefine $(pkgdatadir), $(pkgincludedir) and $(pkglibdir) in order to make the subdir component configurable with the RDM_SUBDIR variable. Then install all libraries and include files to the package specific subdirectories, as their names are far too generic to allow general system wide installation, such as e.g. "bool.h" or "libnetwork.a". Move some very custom and non-general scripts (some with generic names) to a new $(pkglibdir)/bin/ subdir. --- insertutils/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'insertutils/Makefile.am') diff --git a/insertutils/Makefile.am b/insertutils/Makefile.am index 6bec197..d2bf0c0 100644 --- a/insertutils/Makefile.am +++ b/insertutils/Makefile.am @@ -32,7 +32,7 @@ AM_CXXFLAGS = $(COMMCXXFLAGS) AM_LDFLAGS = $(COMMLDFLAGS) bin_PROGRAMS = insertppm -bin_SCRIPTS = insertdemo.sh +rdmexecbin_SCRIPTS = insertdemo.sh insertppm_SOURCES=insertppm.cc ../mymalloc/mymalloc_cln.cc insertppm_LDADD=../rasodmg/librasodmg.a ../clientcomm/libclientcomm.a \ ../compression/libcompression.a ../conversion/libconversion.a \ -- cgit