Revision: 2347
http://gtkpod.svn.sourceforge.net/gtkpod/?rev=2347&view=rev
Author: teuf
Date: 2009-05-02 20:53:29 +0000 (Sat, 02 May 2009)
Log Message:
-----------
Use hal flags when compiling the hal callout
Modified Paths:
--------------
libgpod/trunk/ChangeLog
libgpod/trunk/tools/Makefile.am
Modified: libgpod/trunk/ChangeLog
===================================================================
--- libgpod/trunk/ChangeLog 2009-05-02 20:53:13 UTC (rev 2346)
+++ libgpod/trunk/ChangeLog 2009-05-02 20:53:29 UTC (rev 2347)
@@ -1,5 +1,9 @@
2009-05-02 Christophe Fergeau <[email protected]>
+ * tools/Makefile.am: use hal flags when compiling the HAL callout
+
+2009-05-02 Christophe Fergeau <[email protected]>
+
* src/itdb_device.c: add API doc to the cover art functions
2009-05-02 Christophe Fergeau <[email protected]>
Modified: libgpod/trunk/tools/Makefile.am
===================================================================
--- libgpod/trunk/tools/Makefile.am 2009-05-02 20:53:13 UTC (rev 2346)
+++ libgpod/trunk/tools/Makefile.am 2009-05-02 20:53:29 UTC (rev 2347)
@@ -16,8 +16,8 @@
libgpod_callout_SOURCES = \
hal-callout.c \
ipod-scsi.c
-libgpod_callout_CFLAGS=$(LIBGPOD_CFLAGS) $(SGUTILS_CFLAGS) -I$(top_srcdir)/src
-libgpod_callout_LDADD=$(LIBGPOD_LIBS) $(SGUTILS_LIBS)
$(top_builddir)/src/libgpod.la
+libgpod_callout_CFLAGS=$(LIBGPOD_CFLAGS) $(HAL_CFLAGS) $(SGUTILS_CFLAGS)
-I$(top_srcdir)/src
+libgpod_callout_LDADD=$(top_builddir)/src/libgpod.la $(LIBGPOD_LIBS)
$(HAL_LIBS) $(SGUTILS_LIBS)
ipod_time_sync_SOURCES = \
ipod-time-sync.c \
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Register Now & Save for Velocity, the Web Performance & Operations
Conference from O'Reilly Media. Velocity features a full day of
expert-led, hands-on workshops and two days of sessions from industry
leaders in dedicated Performance & Operations tracks. Use code vel09scf
and Save an extra 15% before 5/3. http://p.sf.net/sfu/velocityconf
_______________________________________________
gtkpod-cvs2 mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtkpod-cvs2