- include standard path variables in gui and iodev. We were missing

libdir, which is now used as the PLUGIN_PATH.
This commit is contained in:
Bryce Denney 2002-10-28 08:42:06 +00:00
parent 8dc67c7623
commit 98e37268fc
2 changed files with 20 additions and 2 deletions

View File

@ -25,8 +25,17 @@
@SUFFIX_LINE@
srcdir = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
srcdir = @srcdir@
VPATH = @srcdir@
bindir = @bindir@
libdir = @libdir@
mandir = @mandir@
man1dir = $(mandir)/man1
man5dir = $(mandir)/man5
docdir = $(prefix)/share/doc/bochs
sharedir = $(prefix)/share/bochs
top_builddir = ..
top_srcdir = @top_srcdir@

View File

@ -25,8 +25,17 @@
@SUFFIX_LINE@
srcdir = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@
srcdir = @srcdir@
VPATH = @srcdir@
bindir = @bindir@
libdir = @libdir@
mandir = @mandir@
man1dir = $(mandir)/man1
man5dir = $(mandir)/man5
docdir = $(prefix)/share/doc/bochs
sharedir = $(prefix)/share/bochs
top_builddir = ..
top_srcdir = @top_srcdir@