mirror of
https://github.com/novatiq/packages.git
synced 2026-06-30 09:10:22 +01:00
487606d70a
Signed-off-by: Dmitry V. Zimin <pfzim@mail.ru>
16 lines
304 B
Diff
16 lines
304 B
Diff
Index: fdm-1.9/Makefile.am
|
|
===================================================================
|
|
--- fdm-1.9.orig/Makefile.am
|
|
+++ fdm-1.9/Makefile.am
|
|
@@ -107,7 +107,9 @@ dist_fdm_SOURCES = \
|
|
xmalloc.c \
|
|
\
|
|
parse.y \
|
|
- lex.c
|
|
+ lex.c \
|
|
+ b64_ntop.c \
|
|
+ b64_pton.c
|
|
|
|
nodist_fdm_SOURCES =
|
|
if NO_STRLCAT
|