File: Makefile.am

package info (click to toggle)
syslog-ng 3.38.1-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 16,484 kB
  • sloc: ansic: 147,811; python: 8,307; makefile: 5,767; sh: 5,048; java: 3,646; xml: 3,344; yacc: 1,168; lex: 497; perl: 193; awk: 190
file content (14 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
modules_regexp_parser_tests_TESTS			=	\
	modules/regexp-parser/tests/test_regexp_parser

check_PROGRAMS					+=	\
	${modules_regexp_parser_tests_TESTS}

EXTRA_DIST += modules/regexp-parser/tests/CMakeLists.txt

modules_regexp_parser_tests_test_regexp_parser_CFLAGS	=	\
	$(TEST_CFLAGS) -I$(top_srcdir)/modules/regexp-parser
modules_regexp_parser_tests_test_regexp_parser_LDADD	=	\
	$(TEST_LDADD)					\
	$(PREOPEN_SYSLOGFORMAT)				\
	-dlpreopen $(top_builddir)/modules/regexp-parser/libregexp-parser.la