diff options
author | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-04-17 21:56:31 -0700 |
---|---|---|
committer | Alan Coopersmith <alan.coopersmith@sun.com> | 2009-04-17 21:56:31 -0700 |
commit | 146dc2f4ac232bb9d63225c8e72b214dc3120ea6 (patch) | |
tree | 7050382e75412e7052c9355e4426ff4b79c8b7ac /Makefile.am | |
parent | a7f8e58d44716a01f4a8dc9826996a0fa78e4196 (diff) | |
download | libpciaccess-146dc2f4ac232bb9d63225c8e72b214dc3120ea6.tar.gz libpciaccess-146dc2f4ac232bb9d63225c8e72b214dc3120ea6.tar.bz2 libpciaccess-146dc2f4ac232bb9d63225c8e72b214dc3120ea6.zip |
Move included m4 to a subdir so we can more easily update from upstream
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 6979024..d3d5b3c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,6 +21,9 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER # DEALINGS IN THE SOFTWARE. +# Include autoconf macros from m4 subdir +ACLOCAL_AMFLAGS = -I m4 + SUBDIRS = src pkgconfigdir = $(libdir)/pkgconfig |