blob: 57eba78bdd54ae030be62381b60ffd518b50d977 (
plain) (
blame)
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
|
# vim: set sw=8 ts=8 sts=8 noet:
NULL =
lib_LTLIBRARIES = falgproto/libfalgproto-0.1.la
EXTRA_DIST = \
autogen.sh \
$(NULL)
falgproto_libfalgproto_0_1_la_SOURCES = \
falgproto/falgproto.h \
falgproto/falgproto.c \
falgproto/falgproto-protocol-dns.c \
falgproto/falgproto-match-hostname.c \
$(NULL)
falgprotoincludedir = $(includedir)/falgproto-0.1
falgprotoinclude_HEADERS = \
falgproto/falgproto.h \
$(NULL)
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = \
falgproto/falgproto-0.1.pc \
$(NULL)
|