summaryrefslogtreecommitdiffstats
path: root/tools/runtime-env/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tools/runtime-env/Makefile.am11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/runtime-env/Makefile.am b/tools/runtime-env/Makefile.am
new file mode 100644
index 0000000..3ee3569
--- /dev/null
+++ b/tools/runtime-env/Makefile.am
@@ -0,0 +1,11 @@
+
+AM_CPPFLAGS = \
+ -I$(top_srcdir)/include
+
+EXTRA_PROGRAMS = \
+ runtime-env
+
+CLEANFILES = \
+ runtime-env
+
+runtime_env_SOURCES = main.cpp