summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMartin Baulig <martin@home-of-linux.org>1999-01-23 18:23:44 +0000
committerMartin Baulig <martin@src.gnome.org>1999-01-23 18:23:44 +0000
commitf2c8347f34e0d6a483e6d70d8a87e085d1dd88d9 (patch)
tree19ac0a026287613cc360658c25018941c7405a03 /Makefile.am
parent413283849cb737df7432ae1e15ebfd6eb583848e (diff)
downloadlibgtop-f2c8347f34e0d6a483e6d70d8a87e085d1dd88d9.tar.gz
New variable.
1999-01-23 Martin Baulig <martin@home-of-linux.org> * libgtopConf.sh.in (LIBGTOP_DATADIR): New variable.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e5cae99a..1f367511 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -47,6 +47,7 @@ libgtopConf.sh: libgtopConf.sh.in Makefile
## Use sed and then mv to avoid problems if the user interrupts.
sed -e 's#\@LIBGTOP_LIBDIR\@#$(libdir)#g' \
-e 's#\@LIBGTOP_INCLUDEDIR\@#$(includedir)#g' \
+ -e 's#\@LIBGTOP_DATADIR\@#$(datadir)#g' \
-e 's#\@LIBGTOP_EXTRA_LIBS\@#$(LIBGTOP_EXTRA_LIBS)#g' \
-e 's#\@LIBGTOP_LIBS\@#$(LIBGTOP_LIBS)#g' \
-e 's#\@LIBGTOP_INCS\@#$(LIBGTOP_INCS)#g' \