diff options
Diffstat (limited to 'cyclone')
-rw-r--r-- | cyclone/cyclone-shared.include | 2 | ||||
-rw-r--r-- | cyclone/hammer/Makefile.objects | 2 | ||||
-rw-r--r-- | cyclone/shadow/Makefile.objects | 1 | ||||
-rw-r--r-- | cyclone/sickle/Makefile.objects | 1 |
4 files changed, 6 insertions, 0 deletions
diff --git a/cyclone/cyclone-shared.include b/cyclone/cyclone-shared.include index cf13706..6604d19 100644 --- a/cyclone/cyclone-shared.include +++ b/cyclone/cyclone-shared.include @@ -4,6 +4,8 @@ shared/unstable/forky.c shared/unstable/forky.h shared/unstable/fragile.c shared/unstable/fragile.h +shared/unstable/fringe.c +shared/unstable/fringe.h shared/unstable/loader.c shared/unstable/loader.h shared/unstable/pd_imp.h diff --git a/cyclone/hammer/Makefile.objects b/cyclone/hammer/Makefile.objects index 0ac0a87..76de16f 100644 --- a/cyclone/hammer/Makefile.objects +++ b/cyclone/hammer/Makefile.objects @@ -1,5 +1,7 @@ SHARED_OBJECTS = \ +unstable/forky.o \ unstable/fragile.o \ +unstable/fringe.o \ common/loud.o \ common/grow.o \ common/rand.o \ diff --git a/cyclone/shadow/Makefile.objects b/cyclone/shadow/Makefile.objects index f06e939..f1449e0 100644 --- a/cyclone/shadow/Makefile.objects +++ b/cyclone/shadow/Makefile.objects @@ -7,4 +7,5 @@ hammer/file.o \ sickle/sic.o \ unstable/forky.o \ unstable/fragile.o \ +unstable/fringe.o \ unstable/loader.o diff --git a/cyclone/sickle/Makefile.objects b/cyclone/sickle/Makefile.objects index 2edb12c..f9d4ae7 100644 --- a/cyclone/sickle/Makefile.objects +++ b/cyclone/sickle/Makefile.objects @@ -1,6 +1,7 @@ SHARED_OBJECTS = \ unstable/forky.o \ unstable/fragile.o \ +unstable/fringe.o \ common/loud.o \ common/grow.o \ common/vefl.o \ |