19 lines
393 B
Makefile
19 lines
393 B
Makefile
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
if ENABLE_DOC
|
|
SUBDIRS = src doc
|
|
else
|
|
SUBDIRS = src
|
|
endif
|
|
|
|
pkgincludedir = $(includedir)/$(PACKAGE_NAME)
|
|
pkginclude_HEADERS = \
|
|
include/libft_ssl.h \
|
|
include/compiler.h \
|
|
include/digest_algos.h \
|
|
include/md5.h \
|
|
include/sha256.h \
|
|
include/whirlpool.h
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libft_ssl.pc
|