Fix Makefile to include rgba.h

This commit is contained in:
Raymond Li 2020-03-08 16:27:03 -04:00 committed by GitHub
parent 032f960c1e
commit ecd1d6514c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 9 deletions

View File

@ -42,26 +42,26 @@ i3lock_LDADD = \
$(CODE_COVERAGE_LDFLAGS)
i3lock_SOURCES = \
blur.c \
blur.h \
blur_simd.c \
cursors.h \
dpi.c \
dpi.h \
fonts.h
jpg.c \
jpg.h \
i3lock.c \
i3lock.h \
randr.c \
randr.h \
rgba.h \
tinyexpr.c \
tinyexpr.h \
unlock_indicator.c \
unlock_indicator.h \
xcb.c \
xcb.h \
tinyexpr.c \
tinyexpr.h \
blur_simd.c \
blur.c \
blur.h \
jpg.c \
jpg.h \
fonts.h
EXTRA_DIST = \
$(pamd_files) \