Make sure all sources are dist'ed
So that you can compile against ImageMagick even if the distter doesn't.
This commit is contained in:
parent
f28c579779
commit
9f8dd29a55
1 changed files with 15 additions and 0 deletions
|
@ -13,6 +13,21 @@ AES4000_SRC = drivers/aes4000.c
|
||||||
FDU2000_SRC = drivers/fdu2000.c
|
FDU2000_SRC = drivers/fdu2000.c
|
||||||
VCOM5S_SRC = drivers/vcom5s.c
|
VCOM5S_SRC = drivers/vcom5s.c
|
||||||
|
|
||||||
|
EXTRA_DIST = \
|
||||||
|
$(UPEKE2_SRC) \
|
||||||
|
$(UPEKTS_SRC) \
|
||||||
|
$(UPEKTC_SRC) \
|
||||||
|
$(UPEKSONLY_SRC) \
|
||||||
|
$(URU4000_SRC) \
|
||||||
|
$(AES1610_SRC) \
|
||||||
|
$(AES2501_SRC) \
|
||||||
|
$(AES4000_SRC) \
|
||||||
|
$(FDU2000_SRC) \
|
||||||
|
$(VCOM5S_SRC) \
|
||||||
|
aeslib.c aeslib.h \
|
||||||
|
imagemagick.c \
|
||||||
|
gdkpixbuf.c
|
||||||
|
|
||||||
DRIVER_SRC =
|
DRIVER_SRC =
|
||||||
OTHER_SRC =
|
OTHER_SRC =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue