1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-04-27 10:20:49 +00:00
libsearpc/Makefile.am
feiniks 4ccd1988d8
Delete DESTDIR in libsearpc.pc (#66)
Co-authored-by: 杨赫然 <heran.yang@seafile.com>
2024-04-19 18:11:58 +08:00

23 lines
422 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)/lib
ACLOCAL_AMFLAGS = -I m4
GNU_STANDARD_FILES = README.markdown AUTHORS ChangeLog NEWS
pcfiles = libsearpc.pc
pkgconfig_DATA = $(pcfiles)
pkgconfigdir = $(libdir)/pkgconfig
EXTRA_DIST = $(GNU_STANDARD_FILES) LICENSE.txt
EXTRA_DIST += libsearpc.pc.in
if COMPILE_DEMO
MAKE_DEMO = demo
endif
SUBDIRS = lib pysearpc ${MAKE_DEMO} tests
dist-hook:
git log -1 > $(distdir)/latest_commit