File: Makefile.am

package info (click to toggle)
libdebian-installer 0.61
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,956 kB
  • ctags: 723
  • sloc: sh: 9,120; ansic: 4,801; makefile: 204
file content (29 lines) | stat: -rw-r--r-- 386 bytes parent folder | download | duplicates (14)
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
SUBDIRS = system

realincludedir = $(includedir)/debian-installer

realinclude_HEADERS = \
	config.h \
	exec.h \
	hash.h \
	list.h \
	log.h \
	macros.h \
	mem.h \
	mem_chunk.h \
	package.h \
	packages.h \
	parser.h \
	parser_rfc822.h \
	release.h \
	slist.h \
	string.h \
	tree.h \
	types.h \
	utils.h

noinst_HEADERS = \
	package_internal.h \
	packages_internal.h \
	slist_internal.h