mirror of
https://github.com/dyne/FreeJ.git
synced 2026-06-08 08:30:49 +02:00
34d8f5ba09
move PACKAGE_URL definition on top to work with autconf 2.64 as well, plus build bzip2 tarballs in make dist and cosmetic fixes also add some configure flags to make distcheck
16 lines
402 B
Makefile
16 lines
402 B
Makefile
dist_docs_DATA = README README.OSX TODO INSTALL API COPYING USAGE AUTHORS NEWS KNOWN-BUGS
|
|
docsdir = ${prefix}/share/doc/${PACKAGE}
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = --enable-ruby --enable-python
|
|
|
|
#pkgdatadir = ${prefix}/share/freej
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = freej.pc
|
|
|
|
SUBDIRS = lib src doc bindings scripts tests
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
EXTRA_DIST = autogen.sh freej.spec xcode
|