diff options
Diffstat (limited to 'src/tools/cc5x/Makefile.am')
-rw-r--r-- | src/tools/cc5x/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/cc5x/Makefile.am b/src/tools/cc5x/Makefile.am new file mode 100644 index 0000000..b72d8bb --- /dev/null +++ b/src/tools/cc5x/Makefile.am @@ -0,0 +1,8 @@ +INCLUDES = -I$(top_srcdir)/src $(all_includes) +METASOURCES = AUTO + +noinst_LTLIBRARIES = libcc5x.la +libcc5x_la_SOURCES = cc5x.cpp cc5x_compile.cpp cc5x_config.cpp +libcc5x_la_LDFLAGS = $(all_libraries) + +SUBDIRS = gui
\ No newline at end of file |