summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Dahlin <johan@gnome.org>2010-09-13 10:35:44 -0300
committerJohan Dahlin <johan@gnome.org>2010-09-13 10:35:44 -0300
commit5051f79e4df17efd584b5f657860d099a3d9df6e (patch)
tree03dd5c352442c8f598def72ca8bb8f65fab07709
parent7a7cf61a1f2f5ed3880c2245c3a5162dece768f0 (diff)
[test] Fix a leftover rename
The gir name got renamed, update the rules to reflect that
-rw-r--r--tests/offsets/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am
index c283828..5426137 100644
--- a/tests/offsets/Makefile.am
+++ b/tests/offsets/Makefile.am
@@ -28,7 +28,7 @@ Offsets_1_0_gir_FILES = $(srcdir)/offsets.h $(srcdir)/offsets.c
Offsets_1_0_gir_SCANNERFLAGS = --warn-all --warn-error
INTROSPECTION_GIRS += Offsets-1.0.gir
-CLEANFILES += offsets-1.0.gir offsets-1.0.typelib
+CLEANFILES += Offsets-1.0.gir Offsets-1.0.typelib
############################################################