diff options
Diffstat (limited to 'src/progs/bootloader/base/Makefile.am')
-rw-r--r-- | src/progs/bootloader/base/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/progs/bootloader/base/Makefile.am b/src/progs/bootloader/base/Makefile.am new file mode 100644 index 0000000..7c7230d --- /dev/null +++ b/src/progs/bootloader/base/Makefile.am @@ -0,0 +1,5 @@ +INCLUDES = -I$(top_srcdir)/src $(all_includes) +METASOURCES = AUTO + +noinst_LTLIBRARIES = libbootloader.la +libbootloader_la_SOURCES = bootloader_prog.cpp bootloader.cpp |