X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=Makefile.in;h=e68f80e370c26f5ce0a7bc33b7f246724d8899e2;hp=0da5a4e4920be8bdd33270c8141513b0993a8a12;hb=1d8d12aceeb41c2cde4736fe4c9926cbc9cf38d4;hpb=000a92b4fa909c432732ac3ed8f28eeeaeac70ee;ds=sidebyside diff --git a/Makefile.in b/Makefile.in index 0da5a4e..e68f80e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -11,11 +11,14 @@ DEFS = @DEFS@ CPPFLAGS = @CPPFLAGS@ $(DEFS) # dependencies +PBTWIN = @PBTWIN@ +LIBTWIN = @LIBTWIN@ twin_CFLAGS = @twin_CFLAGS@ twin_LDFLAGS = @twin_LIBS@ # other programs INSTALL = @INSTALL@ +SHELL = @SHELL@ # paths prefix = @prefix@ @@ -24,6 +27,8 @@ sbindir = @sbindir@ datarootdir = @datarootdir@ datadir = @datadir@ pkgdatadir = ${datadir}/${PACKAGE} +localstatedir = @localstatedir@ +builddir = @builddir@ srcdir = @srcdir@ top_srcdir = @top_srcdir@