Rename gitesttypes.[ch] to everything.[ch]
authorJohan Dahlin <jdahlin@async.com.br>
Fri, 14 Nov 2008 11:23:01 +0000 (11:23 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Fri, 14 Nov 2008 11:23:01 +0000 (11:23 +0000)
2008-11-14  Johan Dahlin  <jdahlin@async.com.br>

        * tests/everything/Makefile.am:
        * tests/everything/everything.c:
        * tests/everything/everything.h:
        * tests/everything/gitesttypes.c:
        * tests/everything/gitesttypes.h:
        Rename gitesttypes.[ch] to everything.[ch]

svn path=/trunk/; revision=923

ChangeLog
tests/everything/Makefile.am
tests/everything/everything.c [moved from tests/everything/gitesttypes.c with 99% similarity]
tests/everything/everything.h [moved from tests/everything/gitesttypes.h with 100% similarity]

index 4025b3c..3ca3979 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2008-11-14  Johan Dahlin  <jdahlin@async.com.br>
+
+       * tests/everything/Makefile.am:
+       * tests/everything/everything.c:
+       * tests/everything/everything.h:
+       * tests/everything/gitesttypes.c:
+       * tests/everything/gitesttypes.h:
+       Rename gitesttypes.[ch] to everything.[ch]
+
 2008-11-13  Andreas Rottmann  <a.rottmann@gmx.at>
 
        Bug 560708 – Don't treat arrays that have a length specified as
index ec209d5..d4b274c 100644 (file)
@@ -18,7 +18,7 @@ girs_DATA = $(GIRS)
 
 lib_LTLIBRARIES = libgirepository-everything.la
 
-libgirepository_everything_la_SOURCES = $(srcdir)/gitesttypes.c $(srcdir)/gitesttypes.h
+libgirepository_everything_la_SOURCES = $(srcdir)/everything.c $(srcdir)/everything.h
 
 if OS_WIN32
 AM_LDFLAGS += -no-undefined
@@ -30,13 +30,13 @@ TXMLS = $(GIRS:.gir=.gir.txml)
 CLEANFILES = $(TYPELIBS) $(TXMLS) $(GIRS)
 BUILT_SOURCES = $(TYPELIBS) $(TXMLS) $(GIRS)
 
-Everything-$(TYPELIB_VERSION).gir: libgirepository-everything.la gitesttypes.c gitesttypes.h $(SCANNER_BIN) $(SCANNER_LIBS)
+Everything-$(TYPELIB_VERSION).gir: libgirepository-everything.la everything.c everything.h $(SCANNER_BIN) $(SCANNER_LIBS)
        $(CHECK_DEBUG) $(SCANNER) \
        --include=GObject-2.0 \
        --library=girepository-everything \
        --namespace=Everything --nsversion=$(TYPELIB_VERSION) \
        --pkg gobject-2.0 \
-       $(srcdir)/gitesttypes.h $(srcdir)/gitesttypes.c \
+       $(srcdir)/everything.h $(srcdir)/everything.c \
        --output $@
 GIRS += Everything-$(TYPELIB_VERSION).gir
 
similarity index 99%
rename from tests/everything/gitesttypes.c
rename to tests/everything/everything.c
index 9afbcea..3f00532 100644 (file)
@@ -1,6 +1,5 @@
-
-#include <gitesttypes.h>
 #include <string.h>
+#include "everything.h"
 
 /* basic types */
 gboolean test_boolean (gboolean in)