1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

* Makefile.am: remove include_HEADERS (was libguile.h)

libguile.h: moved to top level directory.
This commit is contained in:
Gary Houston 2000-05-01 22:07:25 +00:00
parent 09fb759974
commit c689e28dd4
2 changed files with 0 additions and 2 deletions

View file

@ -85,8 +85,6 @@ libguile_la_DEPENDENCIES = @LIBLOBJS@
libguile_la_LIBADD = @LIBLOBJS@ $(LIBLTDL)
libguile_la_LDFLAGS = -version-info 8:0 -export-dynamic
include_HEADERS = libguile.h
# These are headers visible as <guile/mumble.h>
pkginclude_HEADERS = gh.h

View file