mirror of
https://github.com/Fishwaldo/libihandclient.git
synced 2025-03-15 11:21:37 +00:00
8 lines
No EOL
295 B
Makefile
8 lines
No EOL
295 B
Makefile
#ACLOCAL_AMFLAGS = -I autotools
|
|
SUBDIRS = muscle include src test
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libihanclient.pc
|
|
EXTRA_DIST = bootstrap.sh docs/Doxyfile
|
|
docdir = ${datarootdir}/doc/${PACKAGE}-${VERSION}/
|
|
doc_DATA = README
|
|
include $(top_srcdir)/autotools/aminclude.am |