diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2019-02-09 15:39:41 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2019-02-09 15:39:41 +0100 |
| commit | 024064cb4ea9e8dc76eb887b470ba8b9b42da5f2 (patch) | |
| tree | dea717004169a204535f2410f132f80e15444dc1 /test | |
| parent | 44552f3e6394fb89f764ea06bd70eeddd26318ae (diff) | |
Remove duplicate source from Makefile (and sort it)
It's easier to notice duplicate files if they are sorted.
Diffstat (limited to 'test')
| -rw-r--r-- | test/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/test/Makefile b/test/Makefile index dedaebfdb..4403ef2a0 100644 --- a/test/Makefile +++ b/test/Makefile @@ -19,9 +19,8 @@ include ../makeinclude CPPFILES =\ - unittests.cxx \ - animated.cxx \ adjuster.cxx \ + animated.cxx \ arc.cxx \ ask.cxx \ bitmap.cxx \ @@ -78,7 +77,6 @@ CPPFILES =\ pixmap_browser.cxx \ pixmap.cxx \ preferences.cxx \ - device.cxx \ radio.cxx \ resizebox.cxx \ resize.cxx \ @@ -95,8 +93,9 @@ CPPFILES =\ tiled_image.cxx \ tree.cxx \ twowin.cxx \ - valuators.cxx \ + unittests.cxx \ utf8.cxx \ + valuators.cxx \ windowfocus.cxx ALL = \ |
