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:
Diffstat (limited to 'libgloss/Makefile.am')
-rw-r--r--libgloss/Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgloss/Makefile.am b/libgloss/Makefile.am
index 5a6f82d41..79489a8c5 100644
--- a/libgloss/Makefile.am
+++ b/libgloss/Makefile.am
@@ -101,6 +101,9 @@ endif
if CONFIG_EPIPHANY
include epiphany/Makefile.inc
endif
+if CONFIG_FR30
+include fr30/Makefile.inc
+endif
if CONFIG_FRV
include frv/Makefile.inc
endif