File: Makefile.am

package info (click to toggle)
libopkele 2.0.4-8
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,900 kB
  • ctags: 1,198
  • sloc: sh: 10,137; cpp: 4,879; makefile: 126; xml: 82; ansic: 70; sql: 55
file content (29 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (5)
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
NODIST_HEADERS_ = \
	opkele/acconfig.h \
	opkele/tr1-mem.h

nobase_include_HEADERS = \
	opkele/opkele-config.h \
	opkele/types.h \
	opkele/association.h \
	opkele/exception.h \
	opkele/extension.h \
	opkele/sreg.h \
	opkele/extension_chain.h \
	opkele/uris.h \
	opkele/basic_rp.h opkele/prequeue_rp.h \
	opkele/iterator.h \
	opkele/basic_op.h opkele/verify_op.h \
	opkele/util.h \
	opkele/ax.h opkele/oauth_ext.h \
	${NODIST_HEADERS_}

noinst_HEADERS = \
	opkele/data.h \
	opkele/curl.h opkele/expat.h opkele/tidy.h \
	opkele/util-internal.h \
	opkele/debug.h \
	opkele/discovery.h

dist-hook:
	rm -f $(addprefix ${distdir}/,${NODIST_HEADERS_})