File: Makefile.am

package info (click to toggle)
libfshfs 20260130-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 16,968 kB
  • sloc: ansic: 276,743; sh: 6,860; makefile: 1,653; python: 424; cpp: 391; 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 = \
	libfshfs.h

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

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

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