File: Makefile.am

package info (click to toggle)
libopkele 2.0-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,944 kB
  • ctags: 998
  • sloc: sh: 9,079; cpp: 5,209; makefile: 179; ansic: 68; xml: 57; sql: 55
file content (33 lines) | stat: -rw-r--r-- 713 bytes parent folder | download
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
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/server.h \
	opkele/consumer.h \
	opkele/extension.h \
	opkele/sreg.h \
	opkele/extension_chain.h \
	opkele/xconsumer.h \
	opkele/xserver.h \
	opkele/uris.h \
	opkele/tr1-mem.h \
	opkele/basic_rp.h opkele/prequeue_rp.h \
	opkele/iterator.h \
	opkele/basic_op.h opkele/verify_op.h \
	opkele/util.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_})