diff options
-rw-r--r-- | devel/Makefile | 1 | ||||
-rw-r--r-- | lang/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/Makefile | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 1710378b4400..ab157bf67b37 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -145,6 +145,7 @@ SUBDIR += gnomecrash SUBDIR += gnomevfs SUBDIR += gnustep + SUBDIR += gnustep-make SUBDIR += gpasm SUBDIR += gperf SUBDIR += gtgt diff --git a/lang/Makefile b/lang/Makefile index 76df864fcabc..cd0cf21f9819 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -48,6 +48,9 @@ SUBDIR += gnat SUBDIR += gnat-glade SUBDIR += gnomebasic + SUBDIR += gnustep-base + SUBDIR += gnustep-guile + SUBDIR += gnustep-objc SUBDIR += gpc SUBDIR += guile SUBDIR += guileobjc diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index 97cb044ef6b6..b45bec0b9c41 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -21,6 +21,8 @@ SUBDIR += gevas SUBDIR += gnome-- SUBDIR += gnome-look + SUBDIR += gnustep-gui + SUBDIR += gnustep-xgps SUBDIR += gob SUBDIR += gtk-- SUBDIR += gtk-Mac2-theme |