libtdata/Makefile.am
Alexander Vdolainen dfc1b90513 Changes below:
- Code style fix in usrtc header file
 - Added autotools stuff for manpages
 - Added manpage for usrtc_init block:
   - usrtc_init()
   - usrtc_create()
   - usrtc_destroy()
2019-05-21 23:56:12 +03:00

29 lines
399 B
Makefile

## Process this file with automake to produce Makefile.in
## options
EXTRA =
if BUILD_TESTS
EXTRA += tests
endif
SUBDIRS = include lib man $(EXTRA)
libtdatadocdir = ${prefix}/doc/libtdata
libtdatadoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS
EXTRA_DIST = $(libtdatadoc_DATA)
clean-local:
# Remove doc directory on uninstall
uninstall-local:
-rm -r $(libtdatadocdir)