mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-26 06:30:08 +01:00
Now that nm-version.h.in lives in libnm-util/, a stale nm-version.h from include/ messes up the build with errors about NM_VERSION_*. Clean both old & new nm-version.h on 'make clean' so that we can switch branches between nm-0-9-8, nm-0-9-10, and git master and just run 'make clean' and get things to work.
9 lines
200 B
Makefile
9 lines
200 B
Makefile
EXTRA_DIST = \
|
|
gsystem-local-alloc.h \
|
|
nm-dbus-glib-types.h \
|
|
nm-glib-compat.h \
|
|
nm-gvaluearray-compat.h \
|
|
nm-test-utils.h \
|
|
nm-settings-flags.h
|
|
|
|
CLEANFILES=nm-version.h
|