Annotation of embedaddon/strongswan/src/sw-collector/Makefile.am, revision 1.1.1.1

1.1       misho       1: sbin_PROGRAMS = sw-collector
                      2: 
                      3: sw_collector_SOURCES = \
                      4:        sw-collector.c \
                      5:        sw_collector_db.h sw_collector_db.c \
                      6:        sw_collector_dpkg.h sw_collector_dpkg.c \
                      7:        sw_collector_history.h sw_collector_history.c \
                      8:        sw_collector_rest_api.h sw_collector_rest_api.c
                      9: 
                     10: sw-collector.o : $(top_builddir)/config.status
                     11: 
                     12: AM_CPPFLAGS = \
                     13:        -I$(top_srcdir)/src/libstrongswan \
                     14:        -I$(top_srcdir)/src/libtncif \
                     15:        -I$(top_srcdir)/src/libimcv \
                     16:        -DPLUGINS=\""random openssl wolfssl sqlite curl"\"
                     17: 
                     18: AM_CFLAGS = $(json_CFLAGS)
                     19: 
                     20: sw_collector_LDADD = \
                     21:        $(top_builddir)/src/libstrongswan/libstrongswan.la \
                     22:        $(top_builddir)/src/libimcv/libimcv.la \
                     23:        $(json_LIBS)
                     24: 
                     25: templatesdir = $(pkgdatadir)/templates/database/sw-collector
                     26: dist_templates_DATA = sw_collector_tables.sql
                     27: 
                     28: man8_MANS = sw-collector.8
                     29: 
                     30: CLEANFILES = $(man8_MANS)
                     31: 
                     32: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>