diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am index fcc2fbe..985640d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,8 +4,8 @@ lib_LTLIBRARIES = libsunavl.la libsunavl_la_SOURCES = \ usr/src/common/avl/avl.c \ -usr/src/uts/common/sys/avl.h \ -usr/src/uts/common/sys/avl_impl.h +libsunavl.h \ +avl_data.h # VERSION_SCRIPT is defined in linker supports # symbol versioning and versioning is enabled. @@ -17,13 +17,11 @@ libsunavl_la_LDFLAGS += $(VERSION_SCRIPT_FLAGS)$(top_srcdir)/libsunavl.vers endif AM_CPPFLAGS = \ --I$(top_srcdir)/usr/src/uts/common/sys \ $(CPPFLAGS_DEBUG) libsunavldir = $(includedir)/libsunavl libsunavl_HEADERS = \ -usr/src/uts/common/sys/avl.h \ -usr/src/uts/common/sys/avl_impl.h +avl_data.h include_HEADERS = libsunavl.h |