File: Makefile.am

package info (click to toggle)
libevtx 20240504-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,276 kB
  • sloc: ansic: 300,638; sh: 6,549; makefile: 1,779; python: 381; cpp: 171; sed: 16
file content (25 lines) | stat: -rw-r--r-- 410 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
include_HEADERS = \
	libevtx.h

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

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

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