File: Makefile.am

package info (click to toggle)
wzdftpd 0.8.1-2etch1
  • links: PTS
  • area: main
  • in suites: etch
  • size: 5,440 kB
  • ctags: 3,559
  • sloc: ansic: 40,580; sh: 9,306; lex: 2,082; makefile: 528; sql: 206; perl: 18
file content (14 lines) | stat: -rw-r--r-- 485 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

libdir = ${pkgdatadir}/modules

INCLUDES = -I$(top_srcdir) $(WZD_PERL_INCLUDES)

lib_LTLIBRARIES = libwzd_debug.la

libwzd_debug_la_SOURCES = libwzd_debug.c \
	debug_backends.c debug_backends.h \
	debug_commands.c debug_commands.h \
	debug_crontab.c debug_crontab.h \
	debug_modules.c debug_modules.h
libwzd_debug_la_LIBADD = ../../libwzd-core/libwzd_core.la
libwzd_debug_la_LDFLAGS = -no-undefined -avoid-version -module $(WZD_SSL_LIBS) @CRYPT_FLAGS@ @PTHREAD_CFLAGS@ @PTHREAD_LIBS@