eflxx/edjexx/Makefile.am

25 lines
392 B
Makefile

## Process this file with automake to produce Makefile.in
## Created by Anjuta
SUBDIRS = src \
include
edjexxdocdir = ${prefix}/doc/edjexx
edjexxdoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS
EXTRA_DIST = $(edjexxdoc_DATA)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = edjexx.pc
# Remove doc directory on uninstall
uninstall-local:
-rm -r $(edjexxdocdir)