File: Makefile.am

package info (click to toggle)
libvmdk 20240510-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 13,400 kB
  • sloc: ansic: 203,232; sh: 6,444; makefile: 1,244; python: 520; cpp: 88; 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 = \
	libvmdk.h

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

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

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