[svn] - convert to objective make
author |
nenolod |
date |
Sun, 26 Feb 2006 20:28:53 -0800 |
parents |
97a262a5534d |
children |
a403471b7429 |
files |
icons/Makefile.am icons/Makefile.in |
diffstat |
2 files changed, 5 insertions(+), 4 deletions(-)
[+]
|
line diff
--- a/icons/Makefile.am Sun Feb 26 20:27:45 2006 -0800
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-pixmapsdir = $(datadir)/pixmaps
-pixmaps_DATA = audacious.png
-
-EXTRA_DIST = $(pixmaps_DATA)
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/icons/Makefile.in Sun Feb 26 20:28:53 2006 -0800
@@ -0,0 +1,5 @@
+include ../mk/rules.mk
+include ../mk/objective.mk
+
+pixmapsdir = $(datadir)/pixmaps
+OBJECTIVE_DATA = audacious.png:$(pixmapsdir)