diff options
Diffstat (limited to 'src/devices/mem24/prog/Makefile.am')
-rw-r--r-- | src/devices/mem24/prog/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/mem24/prog/Makefile.am b/src/devices/mem24/prog/Makefile.am new file mode 100644 index 0000000..1c1a55e --- /dev/null +++ b/src/devices/mem24/prog/Makefile.am @@ -0,0 +1,5 @@ +INCLUDES = -I$(top_srcdir)/src $(all_includes) +METASOURCES = AUTO + +noinst_LTLIBRARIES = libmem24prog.la +libmem24prog_la_SOURCES = mem24_prog.cpp |