mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-22 13:33:56 +03:00
build-sys: fix distcheck
- fix misspelling in filename (intenal -> internal) - remove deleted hwdb-related file (nuked with sd-hwdb refactor)
This commit is contained in:
parent
7cd3aba6bd
commit
0f5a314b2e
@ -2718,7 +2718,7 @@ libsystemd_internal_la_SOURCES = \
|
||||
src/libsystemd/sd-network/network-util.c \
|
||||
src/libsystemd/sd-hwdb/sd-hwdb.c \
|
||||
src/libsystemd/sd-hwdb/hwdb-util.h \
|
||||
src/libsystemd/sd-hwdb/hwdb-intenal.h
|
||||
src/libsystemd/sd-hwdb/hwdb-internal.h
|
||||
|
||||
nodist_libsystemd_internal_la_SOURCES = \
|
||||
src/libsystemd/libsystemd.sym
|
||||
@ -3332,7 +3332,6 @@ libudev_la_SOURCES =\
|
||||
src/libudev/libudev-enumerate.c \
|
||||
src/libudev/libudev-monitor.c \
|
||||
src/libudev/libudev-queue.c \
|
||||
src/libudev/libudev-hwdb-def.h \
|
||||
src/libudev/libudev-hwdb.c
|
||||
|
||||
libudev_la_CFLAGS = \
|
||||
|
@ -57,7 +57,7 @@ EXTRA_HFILES=
|
||||
|
||||
# Header files to ignore when scanning. Use base file name, no paths
|
||||
# e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h
|
||||
IGNORE_HFILES = libudev-private.h libudev-hwdb-def.h
|
||||
IGNORE_HFILES = libudev-private.h
|
||||
|
||||
# Images to copy into HTML directory.
|
||||
# e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png
|
||||
|
Loading…
Reference in New Issue
Block a user