build: Add common routines to the dist
Fixes dist when aesX660 drivers are disabled from the build. https://bugs.freedesktop.org/show_bug.cgi?id=57724
This commit is contained in:
parent
f335256cbe
commit
31cf7a9383
1 changed files with 4 additions and 2 deletions
|
@ -4,7 +4,7 @@ MOSTLYCLEANFILES = $(udev_rules_DATA)
|
|||
|
||||
UPEKE2_SRC = drivers/upeke2.c
|
||||
UPEKTS_SRC = drivers/upekts.c
|
||||
UPEKTC_SRC = drivers/upektc.c
|
||||
UPEKTC_SRC = drivers/upektc.c drivers/upektc.h
|
||||
UPEKSONLY_SRC = drivers/upeksonly.c
|
||||
URU4000_SRC = drivers/uru4000.c
|
||||
AES1610_SRC = drivers/aes1610.c
|
||||
|
@ -34,8 +34,10 @@ EXTRA_DIST = \
|
|||
$(VCOM5S_SRC) \
|
||||
$(VFS101_SRC) \
|
||||
$(VFS301_SRC) \
|
||||
drivers/aesx660.c \
|
||||
drivers/aesx660.h \
|
||||
drivers/driver_ids.h \
|
||||
aeslib.c aeslib.h \
|
||||
aesx660.c aesx660.h \
|
||||
imagemagick.c \
|
||||
gdkpixbuf.c \
|
||||
60-fprint-autosuspend.rules
|
||||
|
|
Loading…
Reference in a new issue