summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: b93490918951b181067295dcdb95a9ce1ebd244e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
SUBDIRS = src
SUBDIRS += tests

pkgconfigdir=$(libdir)/pkgconfig
pkgconfig_DATA=libcroco.pc

extraincludedir=$(includedir)/@PACKAGE@
extrainclude_DATA= libcroco-config.h


bin_SCRIPTS=croco-config


EXTRA_DIST= croco-config.in libcroco.pc.in TODO Doxyfile HACKING

apidoc:
	if ! test -d docs/apis ; then  mkdir -p docs/apis ;  fi ;
	doxygen Doxyfile