File: Makefile.am

package info (click to toggle)
libfvde 20240502-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,116 kB
  • sloc: ansic: 302,971; sh: 6,587; makefile: 1,555; python: 1,402; yacc: 384; lex: 254; cpp: 129; sed: 16
file content (25 lines) | stat: -rw-r--r-- 410 bytes parent folder | download | duplicates (2)
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
include_HEADERS = \
	libfvde.h

pkginclude_HEADERS = \
	libfvde/codepage.h \
	libfvde/definitions.h \
	libfvde/error.h \
	libfvde/extern.h \
	libfvde/features.h \
	libfvde/types.h

EXTRA_DIST = \
	libfvde.h.in \
	libfvde/definitions.h.in \
	libfvde/features.h.in \
	libfvde/types.h.in

DISTCLEANFILES = \
	libfvde.h \
	libfvde/definitions.h \
	libfvde/features.h \
	libfvde/types.h \
	Makefile \
	Makefile.in