X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=4fb6a583199faaa170f0b283cb281db57af5073c;hb=349f5fc1c69755e942eb1616501fada58f17136c;hp=a11fd4152184f6f2a04e3ade7da7b52954db4b09;hpb=46dd6ca51302326f52584d56ed4fb0f5b14eb858;p=monky diff --git a/src/Makefile.am b/src/Makefile.am index a11fd41..4fb6a58 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -9,7 +9,7 @@ # Please see COPYING for details # # Copyright (c) 2004, Hannu Saransaari and Lauri Hakkarainen -# Copyright (c) 2005-2009 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) +# Copyright (c) 2005-2010 Brenden Matthews, Philip Kovacs, et. al. (see AUTHORS) # All rights reserved. # # This program is free software: you can redistribute it and/or modify @@ -42,7 +42,7 @@ endif conky_DEPENDENCIES = $(config_output) BUILT_SOURCES = $(config_output) -CLEANFILES = $(config_output) +CLEANFILES = $(config_output) *.gcda *.gcno $(config_output): ${config_input} sh $(srcdir)/../text2c.sh ${config_input} $@ defconfig @@ -50,13 +50,13 @@ endif # BUILD_CONFIG_OUTPUT # source files always needed for compiling mandatory_sources = colours.c colours.h combine.c combine.h common.c common.h \ - conky.c conky.h core.c core.h diskio.c diskio.h exec.c exec.h fs.c \ - fs.h logging.h mail.c mail.h mixer.c mixer.h net_stat.c net_stat.h \ - template.c template.h timed_thread.c timed_thread.h mboxscan.c \ + conky.c conky.h core.c core.h diskio.c diskio.h entropy.c entropy.h \ + exec.c exec.h fs.c fs.h logging.h mail.c mail.h mixer.c mixer.h net_stat.c \ + net_stat.h template.c template.h timed_thread.c timed_thread.h mboxscan.c \ mboxscan.h read_tcp.c read_tcp.h scroll.c scroll.h specials.c \ specials.h tailhead.c tailhead.h temphelper.c temphelper.h \ text_object.c text_object.h timeinfo.c timeinfo.h algebra.c \ - algebra.h proc.c proc.h + algebra.h proc.c proc.h user.c user.h # source files only needed when the apropriate option is enabled audacious = audacious.c audacious.h @@ -65,7 +65,7 @@ ibm = ibm.c ibm.h smapi.c smapi.h mpd = mpd.c mpd.h libmpdclient.c libmpdclient.h moc = moc.c moc.h xmms2 = xmms2.c xmms2.h -linux = linux.c linux.h top.c top.h users.c sony.c sony.h +linux = linux.c linux.h top.c top.h users.c sony.c sony.h i8k.c i8k.h solaris = solaris.c freebsd = freebsd.c freebsd.h netbsd = netbsd.c netbsd.h