Skip to content

Commit 3944216

Browse files
author
brian
committed
Initial work at adding CMS TFC to Xrootd
git-svn-id: svn://t2.unl.edu/brian/XrdCmsTfc@3546 1fda6f16-4416-0410-bfd6-867a04880151
0 parents  commit 3944216

File tree

3 files changed

+596
-0
lines changed

3 files changed

+596
-0
lines changed

Makefile.am

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
#######################################################################
2+
## Makefile.am for xrootd
3+
##
4+
##
5+
## Initial version: 1.8.2005
6+
##
7+
## Version info: $Id: Makefile.am,v 1.2 2007/06/07 10:45:05 dfeich Exp $
8+
## Checked in by $Author: dfeich $
9+
#######################################################################
10+
11+
lib_LTLIBRARIES = libXrdCmsTfc.la
12+
13+
xrootdsfsincdir = $(includedir)/xrootd/XrdCmsTfc
14+
15+
xrootdsfsinc_HEADERS = XrdCmsTfc.hh
16+
17+
INCLUDES = -I$(top_srcdir)/src
18+
19+
libXrdCmsTfc_la_SOURCES = \
20+
XrdCmsTfc.cc XrdCmsTfc.hh
21+

0 commit comments

Comments
 (0)