The public header files are moved to a new subdirectory, to separate the definition of the public interface from the actual implementation. Using an identical directory layout as the final installation has the advantage that the example code can be build outside the project tree without any modifications to the #include statements.
9 lines
164 B
Makefile
9 lines
164 B
Makefile
SUBDIRS = include src examples
|
|
|
|
ACLOCAL_AMFLAGS = -I m4
|
|
|
|
pkgconfigdir = $(libdir)/pkgconfig
|
|
pkgconfig_DATA = libdivecomputer.pc
|
|
|
|
EXTRA_DIST = libdivecomputer.pc.in
|