X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=Makefile;h=c55438d32b371524fccd83ef8bef5be5e35fa952;hb=8dc20d387df1c9344e324d6b8a0d0d7939a47940;hp=1dd5790ebcad447854e56c9c770e063fc82c8157;hpb=05dbb28d6e8613216f43e8d0fae487c1d9c2fcd3;p=nikiroo-utils.git diff --git a/Makefile b/Makefile index 1dd5790..c55438d 100644 --- a/Makefile +++ b/Makefile @@ -41,6 +41,9 @@ TARGET_DIR = classes JEXER_SRC = $(SRC_DIR)/jexer/TApplication.java \ $(SRC_DIR)/jexer/TCommand.java \ $(SRC_DIR)/jexer/TKeypress.java \ + $(SRC_DIR)/jexer/THScroller.java \ + $(SRC_DIR)/jexer/TVScroller.java \ + $(SRC_DIR)/jexer/TWidget.java \ $(SRC_DIR)/jexer/bits/GraphicsChars.java \ $(SRC_DIR)/jexer/bits/Color.java \ $(SRC_DIR)/jexer/bits/CellAttributes.java \ @@ -65,6 +68,9 @@ JEXER_SRC = $(SRC_DIR)/jexer/TApplication.java \ JEXER_BIN = $(TARGET_DIR)/jexer/TApplication.class \ $(TARGET_DIR)/jexer/TCommand.class \ $(TARGET_DIR)/jexer/TKeypress.class \ + $(TARGET_DIR)/jexer/THScroller.class \ + $(TARGET_DIR)/jexer/TVScroller.class \ + $(TARGET_DIR)/jexer/TWidget.class \ $(TARGET_DIR)/jexer/bits/GraphicsChars.class \ $(TARGET_DIR)/jexer/bits/Color.class \ $(TARGET_DIR)/jexer/bits/CellAttributes.class \