瀏覽代碼

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