X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=Makefile.am;h=30f9bb62704941031ad01a4b327fda0926b167dd;hb=1ed564fd0b44d00c63cb92d1ab775d13a9e5fc13;hp=a5de94b0209b01214f6deb2a16c5afba95abfd2f;hpb=f198fc934b9c67d0be725633f179c2da0d90ef91;p=monky diff --git a/Makefile.am b/Makefile.am index a5de94b..30f9bb6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,5 @@ +# -*- mode: Makefile; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: t -*- +# # Conky, a system monitor, based on torsmo # # Any original torsmo code is licensed under the BSD license @@ -7,7 +9,7 @@ # Please see COPYING for details # # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -# Copyright (c) 2005-2007 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify @@ -26,6 +28,7 @@ SUBDIRS = \ src \ doc \ + lua \ data AUTOMAKE_OPTIONS = \ @@ -68,4 +71,4 @@ doxy: Doxyfile .PHONY: distclean-local doxy -# vi:set ts=8 sw=8 noet ai nocindent syntax=automake: +# vi:set ts=4 sw=4 noet ai nocindent syntax=automake: