summaryrefslogtreecommitdiff
path: root/i/simulotron/src/utils
diff options
context:
space:
mode:
authorhaller2005-11-29 01:58:16 +0000
committerhaller2005-11-29 01:58:16 +0000
commit8020ef753b8d434c026299650fe911d71d844e78 (patch)
treec8ba23fd3d95cbd12067d2437d678f50c196442b /i/simulotron/src/utils
parent1c63701ecc8a1cff6979bdb3688cf62f4cc267f5 (diff)
Modification dans l'A/A
Codage du test de socket(qui foire)
Diffstat (limited to 'i/simulotron/src/utils')
-rw-r--r--i/simulotron/src/utils/Makefile.am5
-rw-r--r--i/simulotron/src/utils/Makefile.incl.am4
2 files changed, 4 insertions, 5 deletions
diff --git a/i/simulotron/src/utils/Makefile.am b/i/simulotron/src/utils/Makefile.am
deleted file mode 100644
index 6bd6053..0000000
--- a/i/simulotron/src/utils/Makefile.am
+++ /dev/null
@@ -1,5 +0,0 @@
-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
diff --git a/i/simulotron/src/utils/Makefile.incl.am b/i/simulotron/src/utils/Makefile.incl.am
new file mode 100644
index 0000000..68564f1
--- /dev/null
+++ b/i/simulotron/src/utils/Makefile.incl.am
@@ -0,0 +1,4 @@
+errno_exception_S = utils/errno_exception.hh
+check_PROGRAMS += test_errno_exception
+test_errno_exception_SOURCES = utils/test_errno_exception.cc \
+ $(errno_exception_S)