diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am index 20f03826a..bbd135284 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,6 +1,6 @@ ## Process this file with automake to produce Makefile.in. ## -## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. +## Copyright (C) 1998, 1999, 2000, 2001, 2002, 2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc. ## ## This file is part of GUILE. ## @@ -28,7 +28,8 @@ SUBDIRS = lib meta libguile guile-readline emacs \ srfi examples test-suite benchmark-suite am \ module doc testsuite -include_HEADERS = libguile.h +libguileincludedir = $(pkgincludedir)/$(GUILE_EFFECTIVE_VERSION) +libguileinclude_HEADERS = libguile.h EXTRA_DIST = LICENSE HACKING GUILE-VERSION \ m4/ChangeLog-2008 \ |