diff options
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile index 79f731f93..eb249b433 100644 --- a/test/Makefile +++ b/test/Makefile @@ -84,6 +84,7 @@ CPPFILES =\ radio.cxx \ resizebox.cxx \ resize.cxx \ + rotated_text.cxx \ scroll.cxx \ shape.cxx \ subwindow.cxx \ @@ -146,6 +147,7 @@ ALL = \ radio$(EXEEXT) \ resize$(EXEEXT) \ resizebox$(EXEEXT) \ + rotated_text$(EXEEXT) \ scroll$(EXEEXT) \ subwindow$(EXEEXT) \ sudoku$(EXEEXT) \ @@ -398,6 +400,8 @@ resize.cxx: resize.fl ../fluid/fluid$(EXEEXT) resizebox$(EXEEXT): resizebox.o +rotated_text$(EXEEXT): rotated_text.o + scroll$(EXEEXT): scroll.o subwindow$(EXEEXT): subwindow.o |
