Skip to content

Commit

Permalink
Merge pull request #40 from thesamesam/master
Browse files Browse the repository at this point in the history
Respect standard autotools variables for libdir, docdir
  • Loading branch information
benoitg committed Mar 8, 2021
2 parents 4fa6de8 + ee29690 commit 7d80766
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 0 additions & 2 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ endif
DIST_SUBDIRS = m4 inc dtd lib doc . ofx2qif ofxdump ofxconnect
SUBDIRS = m4 inc dtd lib doc . ofx2qif ofxdump $(MAYBE_OFXCONNECT)

docdir = $(datadir)/doc/libofx

doc_DATA = \
AUTHORS \
COPYING \
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ AC_ARG_WITH(opensp-libs,
[ --with-opensp-libs=PATH specify where to look for libosp
- default is /usr/lib],
OPENSPLIBPATH="$with_opensp_libs",
OPENSPLIBPATH="/usr/lib")
OPENSPLIBPATH="${libdir}")

echo $OPENSPLIBPATH
for d in /usr/include/OpenSP /usr/local/include/OpenSP /usr/include/sp/generic /usr/local/include/sp/generic; do
Expand Down
2 changes: 0 additions & 2 deletions doc/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
SUBDIRS =

docdir = ${prefix}/share/doc/libofx

EXTRA_DIST = \
doxygen.cfg \
ofx_sample_files \
Expand Down

0 comments on commit 7d80766

Please sign in to comment.