[Pommed-commits] r301 - trunk/pommed

Julien Blache jblache at alioth.debian.org
Sat Apr 14 17:11:52 UTC 2007


Author: jblache
Date: 2007-04-14 17:11:52 +0000 (Sat, 14 Apr 2007)
New Revision: 301

Modified:
   trunk/pommed/Makefile
Log:
Reorder variables to match definitions (purely cosmetic).


Modified: trunk/pommed/Makefile
===================================================================
--- trunk/pommed/Makefile	2007-03-22 09:12:14 UTC (rev 300)
+++ trunk/pommed/Makefile	2007-04-14 17:11:52 UTC (rev 301)
@@ -11,10 +11,10 @@
 CONFUSE_CFLAGS = $(shell pkg-config libconfuse --cflags)
 CONFUSE_LIBS = $(shell pkg-config libconfuse --libs)
 
-CFLAGS = -g -O2 -Wall $(CONFUSE_CFLAGS) $(DBUS_CFLAGS) $(ALSA_CFLAGS)
+CFLAGS = -g -O2 -Wall $(DBUS_CFLAGS) $(ALSA_CFLAGS) $(CONFUSE_CFLAGS)
 
 ifeq ($(ARCH), ppc)
-LDFLAGS = -lz $(CONFUSE_LIBS) $(DBUS_LIBS) $(ALSA_LIBS)
+LDFLAGS = -lz $(DBUS_LIBS) $(ALSA_LIBS) $(CONFUSE_LIBS)
 
 SOURCES = pommed.c cd_eject.c evdev.c conffile.c audio.c dbus.c \
 		pmac/sysfs_backlight.c \
@@ -29,7 +29,7 @@
 
 else
 
-LDFLAGS = -lz -lsmbios $(CONFUSE_LIBS) $(DBUS_LIBS) $(ALSA_LIBS)
+LDFLAGS = -lz -lsmbios $(DBUS_LIBS) $(ALSA_LIBS) $(CONFUSE_LIBS)
 
 SOURCES = pommed.c cd_eject.c evdev.c conffile.c audio.c dbus.c \
 		mactel/x1600_backlight.c mactel/gma950_backlight.c \




More information about the Pommed-commits mailing list