diff options
author | David Schleef <ds@schleef.org> | 2011-10-02 21:09:45 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2011-10-02 21:26:51 -0700 |
commit | 70a2cbb1e0676a4ab8ef31ecdac056e9bb5714cc (patch) | |
tree | 5b5261fbb0caafa3c8cf09de7ad47b4ea19ffb5e | |
parent | f3946109bcb76160284bb30c16c247804b3ed4d8 (diff) |
Fix distcheckorc-0.4.16
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 7476bd1..897cce1 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,7 +3,7 @@ AUTOMAKE_OPTIONS = foreign SUBDIRS = orc orc-test tools examples doc testsuite -EXTRA_DIST = COPYING autogen.sh gtk-doc.make +EXTRA_DIST = COPYING autogen.sh gtk-doc.make orc.m4 DISTCHECK_CONFIGURE_FLAGS=--enable-gtk-doc |