changeset 287:2d919c756941 trunk

[svn] - attach -Iaudacious to libaudcore build crap. - WTF was audacious/util.c doing including lowlevel header sys/ipc.h?!
author nenolod
date Wed, 14 Dec 2005 10:19:49 -0800
parents 6975fc4f5d3b
children 1e2bd3df8981
files audacious/util.c libaudcore/Makefile.am
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/audacious/util.c	Wed Dec 14 08:58:13 2005 -0800
+++ b/audacious/util.c	Wed Dec 14 10:19:49 2005 -0800
@@ -41,7 +41,7 @@
 #include <gdk/gdkx.h>
 #include <gdk/gdkkeysyms.h>
 #include <X11/Xlib.h>
-#include <sys/ipc.h>
+//#include <sys/ipc.h>
 #include <unistd.h>
 #include <errno.h>
 
--- a/libaudcore/Makefile.am	Wed Dec 14 08:58:13 2005 -0800
+++ b/libaudcore/Makefile.am	Wed Dec 14 10:19:49 2005 -0800
@@ -3,7 +3,7 @@
 
 beepincludedir = $(includedir)/audacious
 
-lib_LTLIBRARIES = libaudacore.la
+lib_LTLIBRARIES = libaudcore.la
 
 libaudcore_la_LDFLAGS = -export-dynamic -version-info $(LIBBEEP_MAJOR_VERSION):$(LIBBEEP_MINOR_VERSION):$(LIBBEEP_MICRO_VERSION)
 
@@ -17,7 +17,8 @@
 	$(GCONF_CFLAGS)      \
 	$(GNOMEVFS_CFLAGS)   \
 	-I$(top_srcdir)      \
-	-I$(top_srcdir)/intl
+	-I$(top_srcdir)/intl	\
+	-I$(top_srcdir)/audacious
 
 libaudcore_la_SOURCES = \
 	playback.c playback.h