diff options
author | David Thompson <dthompson2@worcester.edu> | 2014-02-11 21:08:57 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2014-02-11 21:08:57 -0500 |
commit | 1658eca482f016844986daaa0ef9bdd07c8ce03a (patch) | |
tree | 316e810166f8f308300aad56960c8be5ccdece0a | |
parent | 665668e5a11d86448ed3cdcef7cffe14989f40f2 (diff) |
Remove AUTOMAKE_OPTIONS from examples/Makefile.am.
* examples/Makefile.am (AUTOMAKE_OPTIONS): Remove it.
-rw-r--r-- | examples/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/Makefile.am b/examples/Makefile.am index ee458d0..384da24 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -1,5 +1,3 @@ -AUTOMAKE_OPTIONS = gnu - examplesdir = $(pkgdatadir)/examples examples_DATA = \ animation.scm \ |