]> git.datanom.net - vcard-parser.git/blobdiff - configure.ac
initialize
[vcard-parser.git] / configure.ac
index d811bcf94d117ab0967bbb88a701fb95c311d667..ead011d4d417225e683e33e4a50e13a2a31223fc 100644 (file)
@@ -72,7 +72,7 @@ AM_CONDITIONAL(BUILD_EXAMPLE, test x"$ac_enable_example" = "xyes")
 AC_CONFIG_COMMANDS(
     [summary],
     [[echo ""
-    echo -e "libvcard will be compiled with these settings:"
+    echo -e "libvCard will be compiled with these settings:"
     echo -e "\tCFLAGS:\t\t${CFLAGS}"
     echo -e "\tLIBS:\t\t${LIBS}"
     echo -e "\tExample:\t${EXAMPLE}"
@@ -91,5 +91,6 @@ AC_CONFIG_COMMANDS(
 
 AC_OUTPUT([
     Makefile
+    example/Makefile
     src/Makefile
 ])
This page took 0.028847 seconds and 5 git commands to generate.