[Goodies-commits] r4690 - in xfburn/trunk: . xfburn

David Mohr squisher at xfce.org
Thu May 1 02:47:58 CEST 2008


Author: squisher
Date: 2008-05-01 00:47:58 +0000 (Thu, 01 May 2008)
New Revision: 4690

Modified:
   xfburn/trunk/TODO
   xfburn/trunk/xfburn/Makefile.am
Log:
Bugfix: corrected Makefile.am for HAL

Modified: xfburn/trunk/TODO
===================================================================
--- xfburn/trunk/TODO	2008-04-30 09:14:42 UTC (rev 4689)
+++ xfburn/trunk/TODO	2008-05-01 00:47:58 UTC (rev 4690)
@@ -1,12 +1,12 @@
 user visible
 ============
 
-- add data dvd support [DONE]
 - add audio cd support
 - add text/uri-list DnD target support
 - remove temporary files
 - use more thunar-vfs
 - add verification of written disc
+- add data dvd support [DONE]
 
 various fixes and changes
 =========================

Modified: xfburn/trunk/xfburn/Makefile.am
===================================================================
--- xfburn/trunk/xfburn/Makefile.am	2008-04-30 09:14:42 UTC (rev 4689)
+++ xfburn/trunk/xfburn/Makefile.am	2008-05-01 00:47:58 UTC (rev 4690)
@@ -78,8 +78,7 @@
 	$(LIBISOFS_CFLAGS)						\
 	$(LIBXFCEGUI4_CFLAGS)						\
 	$(EXO_CFLAGS)							\
-	$(THUNAR_VFS_CFLAGS)						\
-	$(HAL_CFLAGS)
+	$(THUNAR_VFS_CFLAGS)
 
 xfburn_LDADD = 								\
 	$(GTHREAD_LIBS)							\
@@ -89,6 +88,16 @@
 	$(EXO_LIBS)							\
 	$(THUNAR_VFS_LIBS)
 
+if HAVE_HAL
+xfburn_CFLAGS +=							\
+	$(HAL_CFLAGS)
+
+xfburn_LDADD += 							\
+	$(HAL_LIBS)
+	$(HAL_DBUS_LIBS)
+
+endif
+
 # remove these when they're added to the build; needed
 # for make distcheck (--brian)
 missing_files = \




More information about the Goodies-commits mailing list