X-Git-Url: https://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=Makefile.in;h=ad93a2947fd5618d21f792d07db91a8bc4de6d3d;hp=a1818d8c3e1df847a9734b1ea31278aa5bdd60d7;hb=402b446414b71e2052e08a7a879c88493f72c856;hpb=7043c5fcdf922b65dcef23bc03795dfd23e0dc61 diff --git a/Makefile.in b/Makefile.in index a1818d8..ad93a29 100644 --- a/Makefile.in +++ b/Makefile.in @@ -18,6 +18,7 @@ twin_LDFLAGS = @twin_LIBS@ # build target ENABLE_PS3 = @ENABLE_PS3@ +ENABLE_X11 = @ENABLE_X11@ # other programs INSTALL = @INSTALL@ @@ -39,5 +40,6 @@ localstatedir = @localstatedir@ builddir = @builddir@ srcdir = @srcdir@ top_srcdir = @top_srcdir@ +mandir = @mandir@ include $(top_srcdir)/rules.mk