1
1

Ensure that we install the headers in the right place

This commit was SVN r178.
Этот коммит содержится в:
Jeff Squyres 2004-01-09 18:54:05 +00:00
родитель 3b2c1b6dd7
Коммит 0809111335

Просмотреть файл

@ -25,8 +25,8 @@ include_HEADERS = \
# Conditionally install the header files
if WANT_INSTALL_HEADERS
lamdir = $(includedir)/lam
lam_HEADERS = $(headers)
lamdir = $(includedir)/lam/include
lam_HEADERS = $(headers) $(include_HEADERS)
else
lamdir = $(includedir)
endif