
Up to now, the "include" directory contained (only) header files that were used project-wide by libs, core, clients, et al. Since the directory now also contains a non-header file, the "include" name is misleading. Instead of adding yet another directory that is project-wide, with non-header-only content, rename the "include" directory to "shared".
11 lines
209 B
Makefile
11 lines
209 B
Makefile
EXTRA_DIST = \
|
|
gsystem-local-alloc.h \
|
|
nm-dbus-compat.h \
|
|
nm-default.h \
|
|
nm-glib.h \
|
|
nm-test-utils.h \
|
|
nm-macros-internal.h \
|
|
nm-version-macros.h.in
|
|
|
|
CLEANFILES=nm-version.h
|