diff options
Diffstat (limited to 'src/tools/jal/Makefile.am')
-rw-r--r-- | src/tools/jal/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/jal/Makefile.am b/src/tools/jal/Makefile.am new file mode 100644 index 0000000..b0d8b43 --- /dev/null +++ b/src/tools/jal/Makefile.am @@ -0,0 +1,8 @@ +INCLUDES = -I$(top_srcdir)/src $(all_includes) +METASOURCES = AUTO + +noinst_LTLIBRARIES = libjal.la +libjal_la_LDFLAGS = $(all_libraries) +libjal_la_SOURCES = jal_compile.cpp jal_config.cpp jal.cpp jal_generator.cpp + +SUBDIRS = gui
\ No newline at end of file |