Added the what's after the credits provider, with a simple (too simple!!) implementation.
[maevies] / examples / Makefile
index 272ff68..8328a19 100644 (file)
@@ -8,6 +8,8 @@ LIBS_GMOVIES = `pkg-config libxml-2.0 --libs`
 
 FLAGS_GMOVIES = `pkg-config libxml-2.0 --cflags`
 
+all: gtranslate gmovies
+       
 gtranslate: gtranslate.o
        $(CC) -o gtranslate gtranslate.o $(LIBS_GTRANSLATE)
 
@@ -20,7 +22,5 @@ gmovies: gmovies.o
 gmovies.o: gmovies.c
        $(CC) -c gmovies.c $(FLAGS_GMOVIES)
 
-all: gtranslate gmovies
-
 clean:
        rm -rf gtranslate gtranslate.o gmovies gmovies.o *~