diff options
Diffstat (limited to 'src/devices/pic/prog/Makefile.am')
-rw-r--r-- | src/devices/pic/prog/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/devices/pic/prog/Makefile.am b/src/devices/pic/prog/Makefile.am new file mode 100644 index 0000000..055d2cd --- /dev/null +++ b/src/devices/pic/prog/Makefile.am @@ -0,0 +1,5 @@ +INCLUDES = -I$(top_srcdir)/src $(all_includes) +METASOURCES = AUTO + +noinst_LTLIBRARIES = libpicprog.la +libpicprog_la_SOURCES = pic_prog.cpp pic_prog_specific.cpp pic_debug.cpp |