mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-25 03:12:08 +01:00
16 lines
589 B
Diff
16 lines
589 B
Diff
diff --git a/src/Makefile.am b/src/Makefile.am
|
|
index a5a681f..7729cbd 100644
|
|
--- a/src/Makefile.am
|
|
+++ b/src/Makefile.am
|
|
@@ -30,8 +30,8 @@
|
|
|
|
|
|
bin_PROGRAMS = gtypist
|
|
-gtypist_SOURCES = gtypist.c cursmenu.c script.c error.c getopt.c getopt1.c \
|
|
- infoview.c speedbox.c banner.c cmdline.c cursmenu.h error.h getopt.h \
|
|
+gtypist_SOURCES = gtypist.c cursmenu.c script.c error.c \
|
|
+ infoview.c speedbox.c banner.c cmdline.c cursmenu.h error.h \
|
|
gettext.h gtypist.h script.h utf8.c utf8.h infoview.h speedbox.h banner.h \
|
|
cmdline.h cmdline.ggo
|
|
gtypist_LDADD = @LIBINTL@ @LIBICONV@
|