summaryrefslogtreecommitdiffstats
path: root/src/tools/jal
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/jal')
-rw-r--r--src/tools/jal/Makefile.am8
-rw-r--r--src/tools/jal/gui/Makefile.am6
2 files changed, 0 insertions, 14 deletions
diff --git a/src/tools/jal/Makefile.am b/src/tools/jal/Makefile.am
deleted file mode 100644
index b0d8b43..0000000
--- a/src/tools/jal/Makefile.am
+++ /dev/null
@@ -1,8 +0,0 @@
-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
diff --git a/src/tools/jal/gui/Makefile.am b/src/tools/jal/gui/Makefile.am
deleted file mode 100644
index 60341d3..0000000
--- a/src/tools/jal/gui/Makefile.am
+++ /dev/null
@@ -1,6 +0,0 @@
-INCLUDES = -I$(top_srcdir)/src $(all_includes)
-METASOURCES = AUTO
-
-noinst_LTLIBRARIES = libjalui.la
-libjalui_la_LDFLAGS = $(all_libraries)
-libjalui_la_SOURCES = jal_ui.cpp