summaryrefslogtreecommitdiff
path: root/csslint/Makefile.am
blob: d122ff10b900dc7b2950d1976055d0d95ac5fc16 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
bin_PROGRAMS = csslint
man_MANS = csslint.1

csslint_SOURCES = csslint.c

LDADD=$(top_srcdir)/src/parser/libcroco.la

INCLUDES=-I$(top_srcdir)/intl \
	-I$(top_srcdir)/src \
	-I$(top_srcdir)/src/parser \
	-I$(top_srcdir)/src/seleng \
	-I$(top_srcdir)/src/layeng \
	`pkg-config --cflags glib-2.0`

LDFLAGS=@CROCO_LIBS@
AM_CFLAGS=-Wall -I. @CROCO_CFLAGS@

EXTRA_DIST = $(man_MANS)