File: Makefile.am

package info (click to toggle)
libvshadow 20240504-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 11,904 kB
  • sloc: ansic: 168,675; sh: 6,302; makefile: 1,148; python: 742; cpp: 88; sed: 16
file content (25 lines) | stat: -rw-r--r-- 455 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 = \
	libvshadow.h

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

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

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