Преглед изворни кода

also install the tag_example3 example

Cédric Augonnet пре 16 година
родитељ
комит
1afb01e8cd
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      examples/Makefile.am

+ 4 - 0
examples/Makefile.am

@@ -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 #
 ####################