File: Makefile.am

package info (click to toggle)
globus-callout 4.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,516 kB
  • sloc: sh: 11,139; ansic: 1,274; makefile: 117
file content (14 lines) | stat: -rw-r--r-- 210 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ACLOCAL_AMFLAGS = -I m4

pkgconfigdir = $(libdir)/pkgconfig
SUBDIRS = library test

doc_DATA = GLOBUS_LICENSE
pkgconfig_DATA = globus-callout.pc

EXTRA_DIST = \
	dirt.sh \
	$(doc_DATA)

distuninstallcheck:
	@: