From d939a7de112589dfcbf01513586a23f5cbdf7c6f Mon Sep 17 00:00:00 2001 From: Perry Werneck Date: Mon, 26 Aug 2019 17:43:03 -0300 Subject: [PATCH] Addin development files. --- Makefile.in | 6 ++++++ 1 file changed, 6 insertions(+), 0 deletions(-) diff --git a/Makefile.in b/Makefile.in index 6af79c8..c1cab4f 100644 --- a/Makefile.in +++ b/Makefile.in @@ -185,6 +185,12 @@ install: \ $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ \ $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ + # Install devel + @$(MKDIR) $(DESTDIR)$(includedir)/lib3270 + @$(INSTALL_DATA) \ + src/include/lib3270/*.h \ + $(DESTDIR)$(includedir)/lib3270 + doc: @$(DOXYGEN) ./doxygen/doxyfile -- libgit2 0.21.2