diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,7 +9,7 @@ HAVE_IMAGEMAGICK=1 # DO NOT EDIT BELOW THIS LINE UNLESS YOU KNOW WHAT YOU'RE DOING # ------------------------------------------------------------- # -# $Id: Makefile,v 1.14 2004/06/24 18:37:30 lordjaxom Exp $ +# $Id: Makefile,v 1.15 2004/07/02 19:00:22 lordjaxom Exp $ # # The official name of this plugin. @@ -73,7 +73,7 @@ DEFINES += -D_GNU_SOURCE -DPLUGIN_NAME_I18N='"$(PLUGIN)"' ### The object files (add further files here): OBJS = $(PLUGIN).o loader.o data.o display.o render.o common.o bitmap.o \ - file.o i18n.o theme.o cache.o setup.o status.o + file.o i18n.o theme.o cache.o setup.o status.o scroller.o screen.o ### Implicit rules: |