File: Makefile.am

package info (click to toggle)
libdebian-installer 0.29
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,792 kB
  • ctags: 593
  • sloc: sh: 8,304; ansic: 3,821; makefile: 182
file content (28 lines) | stat: -rw-r--r-- 376 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
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 \
	types.h \
	utils.h

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