diff options
author | Colin Walters <walters@verbum.org> | 2009-06-04 15:35:01 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-06-04 15:38:59 -0400 |
commit | b2da39874d5beca5cd1dcfbd91def27c0aad517b (patch) | |
tree | 71d2a661b15d9814ba04a872674b881f069f5fff /tests/Makefile.am | |
parent | 382b4c3fd52b770fb935ce26bf117fe71cde96e5 (diff) | |
download | gobject-introspection-b2da39874d5beca5cd1dcfbd91def27c0aad517b.tar.gz |
Move Everything into gir/, since it's a public library
Everything isn't a test for quite a while now, it's a public library.
So move it to gir/.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index bdaaa334..80c20942 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -1 +1 @@ -SUBDIRS = . scanner everything repository invoke offsets +SUBDIRS = . scanner repository invoke offsets |