Commit d939a7de112589dfcbf01513586a23f5cbdf7c6f
1 parent
43dd9cc1
Exists in
master
and in
1 other branch
Addin development files.
Showing
1 changed file
with
6 additions
and
0 deletions
Show diff stats
Makefile.in
@@ -185,6 +185,12 @@ install: \ | @@ -185,6 +185,12 @@ install: \ | ||
185 | $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ \ | 185 | $(LIBNAME)@DLLEXT@.@PACKAGE_MAJOR_VERSION@ \ |
186 | $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ | 186 | $(DESTDIR)$(libdir)/$(LIBNAME)@DLLEXT@ |
187 | 187 | ||
188 | + # Install devel | ||
189 | + @$(MKDIR) $(DESTDIR)$(includedir)/lib3270 | ||
190 | + @$(INSTALL_DATA) \ | ||
191 | + src/include/lib3270/*.h \ | ||
192 | + $(DESTDIR)$(includedir)/lib3270 | ||
193 | + | ||
188 | doc: | 194 | doc: |
189 | @$(DOXYGEN) ./doxygen/doxyfile | 195 | @$(DOXYGEN) ./doxygen/doxyfile |
190 | 196 |