File: Makefile.am

package info (click to toggle)
rsyslog 8.2512.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,464 kB
  • sloc: ansic: 123,809; sh: 42,109; makefile: 5,962; javascript: 1,842; python: 1,222; lex: 607; yacc: 193; perl: 162; sql: 103; tcl: 9; ruby: 2
file content (6 lines) | stat: -rw-r--r-- 250 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
pkglib_LTLIBRARIES = fmhttp.la

fmhttp_la_SOURCES = fmhttp.c
fmhttp_la_CPPFLAGS = -I$(top_srcdir) $(PTHREADS_CFLAGS) $(RSRT_CFLAGS) $(CURL_CFLAGS) $(LIBLOGGING_STDLOG_CFLAGS)
fmhttp_la_LDFLAGS = -module -avoid-version
fmhttp_la_LIBADD = $(CURL_LIBS)