File: Makefile.am

package info (click to toggle)
globus-gsi-cert-utils 10.11-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,672 kB
  • sloc: sh: 12,530; ansic: 1,258; perl: 115; makefile: 97
file content (14 lines) | stat: -rw-r--r-- 224 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ACLOCAL_AMFLAGS=-I m4
pkgconfigdir = $(libdir)/pkgconfig

SUBDIRS = library programs test

doc_DATA = GLOBUS_LICENSE
pkgconfig_DATA = globus-gsi-cert-utils.pc

EXTRA_DIST = \
	dirt.sh \
	$(doc_DATA)

distuninstallcheck:
	@: