diff options
author | Johan Dahlin <johan@gnome.org> | 2010-09-13 10:35:44 -0300 |
---|---|---|
committer | Johan Dahlin <johan@gnome.org> | 2010-09-13 10:35:44 -0300 |
commit | 5051f79e4df17efd584b5f657860d099a3d9df6e (patch) | |
tree | 03dd5c352442c8f598def72ca8bb8f65fab07709 /tests/offsets | |
parent | 7a7cf61a1f2f5ed3880c2245c3a5162dece768f0 (diff) | |
download | gobject-introspection-5051f79e4df17efd584b5f657860d099a3d9df6e.tar.gz |
[test] Fix a leftover rename
The gir name got renamed, update the rules to reflect that
Diffstat (limited to 'tests/offsets')
-rw-r--r-- | tests/offsets/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/offsets/Makefile.am b/tests/offsets/Makefile.am index c2838282..5426137a 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 ############################################################ |