diff options
author | hunt <hunt> | 2005-07-26 21:08:00 +0000 |
---|---|---|
committer | hunt <hunt> | 2005-07-26 21:08:00 +0000 |
commit | f05bc729c752cee5eb11fde9193eea12a21b0d12 (patch) | |
tree | 6e020fb9d3719a2e8705ceb1cbd057784773c61f /Makefile.in | |
parent | 6c9f0d3733f8930c56e7999eec470333bcba54c9 (diff) | |
download | systemtap-steved-f05bc729c752cee5eb11fde9193eea12a21b0d12.tar.gz systemtap-steved-f05bc729c752cee5eb11fde9193eea12a21b0d12.tar.xz systemtap-steved-f05bc729c752cee5eb11fde9193eea12a21b0d12.zip |
2005-07-26 Martin Hunt <hunt@redhat.com>
* Makefile.am (AM_CPPFLAGS): Set PKGLIBDIR correctly.
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index d270e969..730161e1 100644 --- a/Makefile.in +++ b/Makefile.in @@ -181,7 +181,7 @@ sharedstatedir = @sharedstatedir@ sysconfdir = @sysconfdir@ target_alias = @target_alias@ AM_MAKEFLAGS = 'CXXFLAGS=$(CXXFLAGS)' 'LDFLAGS=$(LDFLAGS)' -AM_CPPFLAGS = -DPKGLIBDIR='"${libexecdir}/${PACKAGE}"' \ +AM_CPPFLAGS = -DPKGLIBDIR='"${libexecdir}"' \ -DPKGDATADIR='"${datadir}/${PACKAGE}"' stap_SOURCES = main.cxx \ |