File: Makefile.am

package info (click to toggle)
globus-gridftp-server 13.28-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,576 kB
  • sloc: ansic: 41,626; sh: 4,926; makefile: 225; perl: 78
file content (6 lines) | stat: -rw-r--r-- 323 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
noinst_LTLIBRARIES = libglobus_gridftp_server_file.la

AM_CPPFLAGS = -I$(top_srcdir) -DGLOBUS_BUILTIN=1 $(PACKAGE_DEP_CFLAGS) $(OPENSSL_CFLAGS) $(ZLIB_CFLAGS)

libglobus_gridftp_server_file_la_SOURCES = globus_gridftp_server_file.c
libglobus_gridftp_server_file_la_LIBADD = $(PACKAGE_DEP_LIBS) $(OPENSSL_LIBS) $(ZLIB_LIBS)