summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am2
-rw-r--r--configure.in1
-rw-r--r--po/ProjetArchi.pot3
-rw-r--r--samples/Makefile.am1
4 files changed, 4 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am
index 3ba0f71..4d973c0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
localedir = $(datadir)/locale
-SUBDIRS = lib include doc po intl src
+SUBDIRS = lib include doc po intl src samples
AM_CFLAGS = -Wall -Wstrict-prototypes -g
INCLUDES = -I. -I$(includedir) -I../include
diff --git a/configure.in b/configure.in
index 2899308..c2ee92d 100644
--- a/configure.in
+++ b/configure.in
@@ -84,6 +84,7 @@ AC_OUTPUT([
doc/Makefile
src/Makefile
po/Makefile.in
+ samples/Makefile
intl/Makefile
])
diff --git a/po/ProjetArchi.pot b/po/ProjetArchi.pot
index c6877dd..324a70d 100644
--- a/po/ProjetArchi.pot
+++ b/po/ProjetArchi.pot
@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
-"POT-Creation-Date: 2001-04-16 03:39+0200\n"
+"POT-Creation-Date: 2001-04-16 03:54+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -471,7 +471,6 @@ msgstr ""
msgid "Signal received: segfault"
msgstr ""
-#. signal(SIGSEGV, segfaulthand);
#: src/compilo.c:54
msgid ""
"\n"
diff --git a/samples/Makefile.am b/samples/Makefile.am
new file mode 100644
index 0000000..8235c60
--- /dev/null
+++ b/samples/Makefile.am
@@ -0,0 +1 @@
+EXTRA_DIST = rechcara.asm recherche.asm sommeentiers.asm