1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-05-13 09:34:20 +00:00
libsearpc/Makefile.am
lins05 02eb0744fc 1. Rearraged the source tree
2. modified the autotools scripts, "make distcheck" is ok now
2011-04-15 14:33:25 +08:00

16 lines
305 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)/lib
ACLOCAL_AMFLAGS = -I m4
GNU_STANDARD_FILES = README COPYING COPYING.LESSER AUTHORS ChangeLog NEWS
EXTRA_DIST = $(GNU_STANDARD_FILES)
if COMPILE_PYTHON
PYTHONDIR = pysearpc
endif
if COMPILE_DEMO
MAKE_DEMO = demo
endif
SUBDIRS = lib ${PYTHONDIR} ${MAKE_DEMO} tests