We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 3944216Copy full SHA for 3944216
Makefile.am
@@ -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