summaryrefslogtreecommitdiff
path: root/i/simulotron/src/utils/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'i/simulotron/src/utils/Makefile.am')
-rw-r--r--i/simulotron/src/utils/Makefile.am5
1 files changed, 5 insertions, 0 deletions
diff --git a/i/simulotron/src/utils/Makefile.am b/i/simulotron/src/utils/Makefile.am
new file mode 100644
index 0000000..6bd6053
--- /dev/null
+++ b/i/simulotron/src/utils/Makefile.am
@@ -0,0 +1,5 @@
+check_PROGRAMS = test_errno_exception
+test_errno_exception_SOURCES = errno_exception.hh test_errno_exception.cc
+
+AM_CXXFLAGS=-g -W -Wall -fmessage-length=0
+INCLUDES= -I../../src