1
0
mirror of https://github.com/haiwen/libsearpc.git synced 2025-09-18 07:50:56 +00:00
Files
libsearpc/Makefile.am
plt c5e4719c4f Clean project
* Remove unused code generating scripts
* Rename files to be more clear
* Improve dependency in Makefile.am
2011-05-18 17:24:34 +08:00

16 lines
299 B
Makefile

AM_CPPFLAGS = -I$(top_srcdir)/lib
ACLOCAL_AMFLAGS = -I m4
GNU_STANDARD_FILES = README.markdown COPYING 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