Explorar el Código

also install the tag_example3 example

Cédric Augonnet hace 16 años
padre
commit
1afb01e8cd
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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 #
 ####################