File: Makefile.am

package info (click to toggle)
libdebian-installer 0.127
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 680 kB
  • sloc: ansic: 5,007; makefile: 182
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