summaryrefslogtreecommitdiffstats
path: root/insertutils/Makefile.am
diff options
context:
space:
mode:
authorHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 15:54:50 +0100
committerHans Ulrich Niedermann <hun@n-dimensional.de>2011-03-07 20:55:24 +0100
commitb40bd26252b6753af9dbb95d4fc033c8d56bf191 (patch)
treeb28949e8a7b0e27d05f373c785236a1bb1c47660 /insertutils/Makefile.am
parent08d2fd4a122cbcab1d1a179471d146ac6c4b5f66 (diff)
downloadrasdaman-upstream-b40bd26252b6753af9dbb95d4fc033c8d56bf191.tar.gz
rasdaman-upstream-b40bd26252b6753af9dbb95d4fc033c8d56bf191.tar.xz
rasdaman-upstream-b40bd26252b6753af9dbb95d4fc033c8d56bf191.zip
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.
Diffstat (limited to 'insertutils/Makefile.am')
-rw-r--r--insertutils/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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 \