|
@@ -154,6 +154,7 @@ check_PROGRAMS += \
|
|
|
|
|
|
examplebin_PROGRAMS += \
|
|
|
tag_example/tag_example \
|
|
|
+ tag_example/tag_example3 \
|
|
|
tag_example/tag_example2
|
|
|
|
|
|
tag_example_tag_example_SOURCES = \
|
|
@@ -162,6 +163,9 @@ tag_example_tag_example_SOURCES = \
|
|
|
tag_example_tag_example2_SOURCES = \
|
|
|
tag_example/tag_example2.c
|
|
|
|
|
|
+tag_example_tag_example3_SOURCES = \
|
|
|
+ tag_example/tag_example2.c
|
|
|
+
|
|
|
####################
|
|
|
# Strassen example #
|
|
|
####################
|