The example applications may not always be needed. An option to disable them might be useful. Signed-off-by: Venkatesh Shukla <venkatesh.shukla.eee11@iitbhu.ac.in>
15 lines
235 B
Makefile
15 lines
235 B
Makefile
SUBDIRS = include src
|
|
|
|
if ENABLE_EXAMPLES
|
|
SUBDIRS += examples
|
|
endif
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libdivecomputer.pc
|
|
|
|
EXTRA_DIST = \
|
|
libdivecomputer.pc.in \
|
|
msvc/libdivecomputer.vcproj
|