summaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorVito Caputo <vcaputo@pengaru.com>2020-11-13 11:47:52 -0800
committerVito Caputo <vcaputo@pengaru.com>2020-11-13 11:47:52 -0800
commitb9e0c2ce4c0e8a93f6227bc71bcab5292389b1b4 (patch)
treec3b5ce6ffdf6ca8a4aa6d75e9cba6d29f0d3573e /src/Makefile.am
parent4441c868bfa3d831dafb8a1935d58a0e8fefd996 (diff)
*: rename rmd_get_frame.[ch] to rmd_get_frames.[ch]
mechanical file rename to plural form
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 78b8d7e..9acfd34 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,8 +22,8 @@ recordmydesktop_SOURCES = \
rmd_flush_to_ogg.h \
rmd_frame.c \
rmd_frame.h \
- rmd_get_frame.c \
- rmd_get_frame.h \
+ rmd_get_frames.c \
+ rmd_get_frames.h \
rmd_getzpixmap.c \
rmd_getzpixmap.h \
rmd_init_encoder.c \
© All Rights Reserved