[gxml] examples/c/Makefile: update names of files



commit 958e2ea89ceee81d1a024de7eb0f6c99e897ce71
Author: Richard Schwarting <aquarichy gmail com>
Date:   Tue Aug 20 16:23:01 2013 -0400

    examples/c/Makefile: update names of files

 examples/c/Makefile.example |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/examples/c/Makefile.example b/examples/c/Makefile.example
index 664c4ef..40e9164 100644
--- a/examples/c/Makefile.example
+++ b/examples/c/Makefile.example
@@ -1,7 +1,7 @@
 CC=gcc
 CFLAGS=`pkg-config --cflags gxml gio-2.0` -g -Wall
 LDFLAGS=`pkg-config --libs gxml gio-2.0`
-PROGS=document_create document_create_minimal document_create_from_string document_create_from_file 
document_create_from_path document_save_to_path document_save_to_stream document_properties document_factory
+PROGS=document_new document_new_minimal document_new_from_string document_new_from_file 
document_new_from_path document_save_to_path document_save_to_stream document_properties document_create
 
 all: $(PROGS)
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]