File: Makefile.am

package info (click to toggle)
libfsext 20260201-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 14,552 kB
  • sloc: ansic: 215,542; sh: 6,929; makefile: 1,554; python: 469; cpp: 427; sed: 16
file content (25 lines) | stat: -rw-r--r-- 425 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 = \
	libfsext.h

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

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

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