~ubuntu-branches/ubuntu/trusty/nordugrid-arc/trusty-proposed

« back to all changes in this revision

Viewing changes to src/services/gridftpd/conf/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Mattias Ellert
  • Date: 2013-05-08 13:48:03 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20130508134803-mrhc5w4d5y7ubyj4
Tags: 3.0.1-1
3.0.1 Release

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
libconf_la_SOURCES = \
4
4
        conf_vo.cpp daemon.cpp environment.cpp conf.cpp conf_sections.cpp \
5
 
        gridmap.cpp conf_map.cpp \
 
5
        gridmap.cpp \
6
6
        conf_vo.h   daemon.h   environment.h   conf.h   conf_sections.h   \
7
 
        gridmap.h   conf_map.h
 
7
        gridmap.h
8
8
libconf_la_CXXFLAGS = -I$(top_srcdir)/include \
9
9
        $(LIBXML2_CFLAGS) $(GLIBMM_CFLAGS) $(GLOBUS_IO_CFLAGS) $(AM_CXXFLAGS)