File: Makefile.am

package info (click to toggle)
opensaml 3.3.1-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,480 kB
  • sloc: cpp: 27,961; sh: 4,593; xml: 1,004; makefile: 429; ansic: 18
file content (19 lines) | stat: -rw-r--r-- 447 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
AUTOMAKE_OPTIONS = foreign

bin_PROGRAMS = samlsign

samlsign_SOURCES = samlsign.cpp

samlsign_LDADD = $(top_builddir)/saml/libsaml.la
samlsign_CPPFLAGS = $(BOOST_CPPFLAGS)
samlsign_CXXFLAGS = \
    $(AM_CXXFLAGS) \
    $(xerces_CFLAGS) \
    $(xmltooling_CFLAGS) \
    $(log4shib_CFLAGS) $(log4cpp_CFLAGS)
samlsign_LDADD += \
    $(xerces_LIBS) \
    $(xmltooling_LIBS) \
    $(log4shib_LIBS) $(log4cpp_LIBS)

EXTRA_DIST = resource.h samlsign.rc