summaryrefslogtreecommitdiffstats
path: root/src/tools/jalv2/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/jalv2/Makefile.am')
-rw-r--r--src/tools/jalv2/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/tools/jalv2/Makefile.am b/src/tools/jalv2/Makefile.am
new file mode 100644
index 0000000..3b59ea9
--- /dev/null
+++ b/src/tools/jalv2/Makefile.am
@@ -0,0 +1,8 @@
+INCLUDES = -I$(top_srcdir)/src $(all_includes)
+METASOURCES = AUTO
+
+noinst_LTLIBRARIES = libjalv2.la
+libjalv2_la_SOURCES = jalv2_compile.cpp jalv2_config.cpp jalv2.cpp
+libjalv2_la_LDFLAGS = $(all_libraries)
+
+SUBDIRS = gui \ No newline at end of file