aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-15 05:26:16 +0100
committerRobin Haberkorn <robin.haberkorn@googlemail.com>2013-02-15 05:26:16 +0100
commitb08d5e7dad907493bc6946ab708640b567e2dffe (patch)
tree42008b931d9c9e900e3f8eeb9279a8a18758f61d /src/Makefile.am
parentf63cf74a89027988aed16e2069c1ca8486c749b5 (diff)
downloadsciteco-b08d5e7dad907493bc6946ab708640b567e2dffe.tar.gz
install standard macros into special standard library path (pkgdatadir/lib)
* SCITECOPATH environment variable defaults to this directory * manpage updated * default teco.ini updated: no need to generate it anymore
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 9f40524..60cb387 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@ include $(top_srcdir)/bootstrap.am
AM_CFLAGS = -Wall -std=c99
AM_CXXFLAGS = -Wall
-AM_CPPFLAGS =
+AM_CPPFLAGS = -D'DEFAULT_SCITECOPATH="@scitecopathdir@"'
if NEED_COMPAT
AM_CPPFLAGS += -I@top_srcdir@/compat
endif