File: Makefile.am

package info (click to toggle)
libfcrypto 0~20240414-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 3,592 kB
  • sloc: ansic: 15,069; sh: 6,189; makefile: 399; python: 306; cpp: 297; sed: 16
file content (24 lines) | stat: -rw-r--r-- 430 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
include_HEADERS = \
	libfcrypto.h

pkginclude_HEADERS = \
	libfcrypto/definitions.h \
	libfcrypto/error.h \
	libfcrypto/extern.h \
	libfcrypto/features.h \
	libfcrypto/types.h

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

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