File: Makefile.am

package info (click to toggle)
claws-mail-extra-plugins 3.5.0-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 35,040 kB
  • ctags: 10,917
  • sloc: ansic: 86,223; sh: 15,775; makefile: 4,400; perl: 983; yacc: 219; lex: 168
file content (25 lines) | stat: -rw-r--r-- 388 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
INCLUDES = \
	-I$(top_srcdir) \
	-I$(top_srcdir)/libgtkhtml \
	$(GTKHTML2_CFLAGS) \
	-DG_LOG_DOMAIN=\"HtmlCss\"

noinst_LTLIBRARIES = libhtmlcss.la

libhtmlcss_la_SOURCES = \
	cssdebug.h \
	cssmatcher.c \
	cssparser.c \
	cssstylesheet.c \
	cssvalue.c \
	html.css.h


noinst_HEADERS = \
	cssmatcher.h \
	cssparser.h \
	cssstylesheet.h \
	cssvalue.h 

MAINTAINERCLEANFILES =	\
	Makefile.in