diff options
Diffstat (limited to 'src/devices/pic/gui/Makefile.am')
-rw-r--r-- | src/devices/pic/gui/Makefile.am | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/devices/pic/gui/Makefile.am b/src/devices/pic/gui/Makefile.am new file mode 100644 index 0000000..72f3165 --- /dev/null +++ b/src/devices/pic/gui/Makefile.am @@ -0,0 +1,9 @@ +INCLUDES = -I$(top_srcdir)/src $(all_includes) +METASOURCES = AUTO +libpicui_la_LDFLAGS = $(all_libraries) +noinst_LTLIBRARIES = libpicui.la + + +libpicui_la_SOURCES = pic_config_editor.cpp \ + pic_config_word_editor.cpp pic_hex_view.cpp pic_memory_editor.cpp pic_register_view.cpp pic_group_ui.cpp \ + pic_prog_group_ui.cpp |