mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-19 18:16:25 +00:00
13 lines
334 B
Makefile
13 lines
334 B
Makefile
AM_CFLAGS = -I$(top_srcdir)/common -I$(top_srcdir)/lib \
|
|
-Wall @GLIB2_CFLAGS@ @MSVC_CFLAGS@
|
|
|
|
noinst_LTLIBRARIES = libcdc.la
|
|
|
|
noinst_HEADERS = cdc.h rabin-checksum.h
|
|
|
|
libcdc_la_SOURCES = cdc.c rabin-checksum.c
|
|
|
|
libcdc_la_LDFLAGS = -Wl,-z -Wl,defs
|
|
libcdc_la_LIBADD = @SSL_LIBS@ @GLIB2_LIBS@ \
|
|
$(top_builddir)/lib/libseafile_common.la
|