Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-02-12 12:58:24 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-18 04:35:32 +0300
commitf9dc151186d4e3a3e323ccc978f1cc962e8667ec (patch)
tree8844e3e58683e7256f5a83af1d133af9e4cda4cf /libgloss/Makefile.am
parentbf9f6a0984c0eefd3f4d218cd7260030c5f689a2 (diff)
libgloss: merge wince configure script up a level
Move the minor wince-specific logic to a dedicated file & namespace them so we can merge its configure logic up a level. The makefile is a bit tricky, but maybe it still works.
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r--libgloss/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 6f2377f54..ac536ee18 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -3,6 +3,7 @@
ACLOCAL_AMFLAGS = -I . -I .. -I ../config
# Variables that will accumulate in subdirs.
+bin_PROGRAMS =
check_PROGRAMS =
info_TEXINFOS =
PHONY =
@@ -67,3 +68,6 @@ endif
if CONFIG_LIBNOSYS
include libnosys/Makefile.inc
endif
+if CONFIG_WINCE
+include wince/Makefile.inc
+endif