diff options
author | Eitan Isaacson <eitan@monotonous.org> | 2011-07-12 09:37:48 -0700 |
---|---|---|
committer | Eitan Isaacson <eitan@monotonous.org> | 2011-07-12 09:37:48 -0700 |
commit | be4130fabfedbcf23e53c10efe0263014c9549fa (patch) | |
tree | b786c29aabafec7480f07a691d18affc42a5eb35 | |
parent | 57af7eee48f30ab9c349c2402cd4a6a23fee688e (diff) | |
download | caribou-be4130fabfedbcf23e53c10efe0263014c9549fa.tar.gz |
Add basic.xsl to EXTRA_DIST
-rw-r--r-- | tools/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/Makefile.am b/tools/Makefile.am index 0298df5..407519d 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -1,3 +1,4 @@ EXTRA_DIST = \ fix_gir.py \ - make_schema.py + make_schema.py \ + basic.xsl |