# HG changeset patch # User nenolod # Date 1134584389 28800 # Node ID 2d919c75694124c8bdc2b95e4f31bec2b289fe4c # Parent 6975fc4f5d3b7e497c2a29d855c20da7b8e4c184 [svn] - attach -Iaudacious to libaudcore build crap. - WTF was audacious/util.c doing including lowlevel header sys/ipc.h?! diff -r 6975fc4f5d3b -r 2d919c756941 audacious/util.c --- 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 #include #include -#include +//#include #include #include diff -r 6975fc4f5d3b -r 2d919c756941 libaudcore/Makefile.am --- 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