File: Makefile.am

package info (click to toggle)
globus-common 11.5-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 6,352 kB
  • ctags: 4,592
  • sloc: ansic: 35,631; sh: 10,368; makefile: 590; perl: 408
file content (20 lines) | stat: -rw-r--r-- 339 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
include $(top_srcdir)/globus_automake_pre
include $(top_srcdir)/globus_automake_pre_top

SUBDIRS= \
	library \
	programs \
	scripts \
	pkgdata \
	config \
	doxygen

libexec_SCRIPTS= \
	config.guess

EXTRA_DIST = \
	version.h.in\
	globus_common.txt

include $(top_srcdir)/globus_automake_post
include $(top_srcdir)/globus_automake_post_top