]> git.ozlabs.org Git - petitboot/blobdiff - Makefile.in
Fix params.c build warnings
[petitboot] / Makefile.in
index a1818d8c3e1df847a9734b1ea31278aa5bdd60d7..ad93a2947fd5618d21f792d07db91a8bc4de6d3d 100644 (file)
@@ -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