X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=4fb6a583199faaa170f0b283cb281db57af5073c;hb=349f5fc1c69755e942eb1616501fada58f17136c;hp=a03232f9f55dd96d3bc86fd8d086a6d5fb891c52;hpb=37658b540b0cea8563aa443ede4dc49581f32662;p=monky diff --git a/src/Makefile.am b/src/Makefile.am index a03232f..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,20 +42,21 @@ 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 endif # BUILD_CONFIG_OUTPUT # source files always needed for compiling -mandatory_sources = colours.c colours.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 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 +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 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 user.c user.h # source files only needed when the apropriate option is enabled audacious = audacious.c audacious.h @@ -64,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