You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libtdata/Makefile.am

29 lines
395 B
Makefile

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