diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-06 07:57:56 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2006-10-06 07:57:56 +0000 |
commit | 93fb1fe1b8d0497c11b3ba0d8665175e913c7794 (patch) | |
tree | 6789e7fde90df7f390eb2aa3400ef9b6c205af9a /Makefile.am | |
parent | 8cbbd02b44341c9c4907caaa86fcc9711d53ae48 (diff) | |
download | LibXtract-93fb1fe1b8d0497c11b3ba0d8665175e913c7794.tar.gz LibXtract-93fb1fe1b8d0497c11b3ba0d8665175e913c7794.tar.bz2 LibXtract-93fb1fe1b8d0497c11b3ba0d8665175e913c7794.zip |
Fixed automake variable substitution issues
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8fe1752..efd2dfb 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,2 +1,2 @@ -SUBDIRS = src xtract examples/puredata @DOXYGEN@ +SUBDIRS = src xtract examples @DOXYGEN@ |