summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2005-10-12 09:38:28 +0000
committerChristophe Fergeau <teuf@gnome.org>2005-10-12 09:38:28 +0000
commit1bdf691f8f1ee181089d0e1fb42681e5346e8783 (patch)
tree7a10fa9bd5c01dcb232b756c0d186a4779718f36 /src
parent0057ef9059d368c2e7eb34eba3660a062813223a (diff)
downloadlibgpod-1bdf691f8f1ee181089d0e1fb42681e5346e8783.tar.gz
libgpod-1bdf691f8f1ee181089d0e1fb42681e5346e8783.tar.xz
libgpod-1bdf691f8f1ee181089d0e1fb42681e5346e8783.zip
2005-10-12 Christophe Fergeau <teuf@gnome.org>
* configure.ac: * src/Makefile.am: * tests/Makefile.am: fix compilation when hal is available, needs to be tested on systems without hal git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1119 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 4b67317..b61c0d2 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -30,5 +30,5 @@ libgpod_la_LDFLAGS = -version-info $(LIBGPOD_CURRENT):$(LIBGPOD_REVISION):$(LIBG
libgpodincludedir = $(includedir)/gpod-1.0/gpod
libgpodinclude_HEADERS = $(libgpod_la_headers)
-INCLUDES=$(LIBGPOD_CFLAGS) $(GDKPIXBUF_CFLAGS)
-LIBS=$(LIBGPOD_LIBS) $(GDKPIXBUF_LIBS)
+INCLUDES=$(LIBGPOD_CFLAGS)
+LIBS=$(LIBGPOD_LIBS)