diff --git a/Makefile.am b/Makefile.am index f26f517..f78995e 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1 @@ -SUBDIRS = usbboot xbboot +SUBDIRS = usbboot xbboot jzboot diff --git a/configure.ac b/configure.ac index a47b477..80451e5 100644 --- a/configure.ac +++ b/configure.ac @@ -69,5 +69,6 @@ AC_CHECK_FUNCS([memset strerror]) AC_CONFIG_FILES(Makefile \ usbboot/Makefile usbboot/src/Makefile \ - xbboot/Makefile xbboot/host-app/Makefile) + xbboot/Makefile xbboot/host-app/Makefile \ + jzboot/Makefile) AC_OUTPUT