18 lines
719 B
Makefile
18 lines
719 B
Makefile
# got some hints from https://gitorious.org/openismus-playground/examplelib/source
|
|
|
|
SUBDIRS = po include src tools $(LIBPSL_DOCS) tests
|
|
|
|
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
|
|
|
|
# Enable GTK-Doc during make distcheck
|
|
#DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc --enable-man
|
|
|
|
## Install the generated pkg-config file (.pc) into the expected location for
|
|
## architecture-dependent package configuration information. Occasionally,
|
|
## pkg-config files are also used for architecture-independent data packages,
|
|
## in which case the correct install location would be $(datadir)/pkgconfig.
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libpsl.pc
|
|
|
|
EXTRA_DIST = config.rpath LICENSE $(PSL_FILE) list/tests/test_psl.txt
|