summaryrefslogtreecommitdiff
path: root/src/Makefile.am
blob: 489571a204e406bdb88b50d873f1fe193ada1668 (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
## Process this file with automake to produce Makefile.in

lib_LTLIBRARIES = liblac-1.la

lacincludedir=$(includedir)/lac-1.0

lacinclude_HEADERS=				\
	lac.h

liblac_1_la_SOURCES =		\
	lacaddress.c		\
	lacprimitives.c		\
	lacwatch.c		\
	lacbytequeue.c		\
	lacdebug.c		\
	lacdns-config.c		\
	lacdns-query.c		\
	lacdns-messages.c	\
	lacdns-cache.c		\
	lacdns-nameserver.c	\
	lacuri.c		\
	lacconnection.c		\
	lactlsconnection.c	\
	lacgenconnection.c	\
	lachttp.c		\
	lacimap.c		\
				\
	lacinternals.h		\
	lacdns-messages.h	\
	lacdns-cache.h		\
	lacdns-nameserver.h	\
	lacdns-query.h		\
	lacdns-config.h		\
				\
	lac.h

include_HEADERS =		\
	lac.h

INCLUDES =			\
	-DG_LOG_DOMAIN=\"Lac\"  \
	-DG_DISABLE_DEPRECATED