diff audacious/images/Makefile.in @ 1615:e402e0217870 trunk

[svn] - fix for the long-standing dependency oddness in our build system. now make tool surely picks up changed source files and builds required objectives.
author yaz
date Mon, 04 Sep 2006 19:47:32 -0700
parents 59c35d81f981
children b59d6c3258fc
line wrap: on
line diff
--- a/audacious/images/Makefile.in	Sun Sep 03 22:04:17 2006 -0700
+++ b/audacious/images/Makefile.in	Mon Sep 04 19:47:32 2006 -0700
@@ -1,5 +1,5 @@
 include ../../mk/rules.mk
-include ../../mk/objective.mk
+include ../../mk/init.mk
 
 imagesdir = $(pkgdatadir)/images
 
@@ -12,3 +12,5 @@
 	playlist.png:$(imagesdir) \
 	plugins.png:$(imagesdir) \
 	eq.png:$(imagesdir)
+
+include ../../mk/objective.mk