commit ecd1d6514ceef70cc52984af18c13e249fdc8e7f
parent 032f960c1e634b911cdd997d35fa1d8a874918ca
Author: Raymond Li <hi@raymond.li>
Date: Sun, 8 Mar 2020 16:27:03 -0400
Fix Makefile to include rgba.h
Diffstat:
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/Makefile.am b/Makefile.am
@@ -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) \