summaryrefslogtreecommitdiff
path: root/src/input/Makefile.am
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-13 23:30:51 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-04-13 23:30:51 +0200
commitb630019adb06380b2d42880f6dac327ca7715cd1 (patch)
tree536c7db55260f60d27fec6ca47d2bb13c4d053bb /src/input/Makefile.am
parente13967be39c08ed76ddc6f6d15b2b81d5243e1b0 (diff)
downloadxine-lib-b630019adb06380b2d42880f6dac327ca7715cd1.tar.gz
xine-lib-b630019adb06380b2d42880f6dac327ca7715cd1.tar.bz2
CDDB cache placement is no more a configuration option, and uses instead XDG_CACHE_HOME as a place where to put the data.
Diffstat (limited to 'src/input/Makefile.am')
-rw-r--r--src/input/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index a2a1ea3a4..d35641bb4 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -125,8 +125,9 @@ xineplug_inp_rtsp_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
xineplug_inp_rtsp_la_LDFLAGS = -avoid-version -module
xineplug_inp_cdda_la_SOURCES = input_cdda.c media_helper.c sha1.c sha1.h base64.c base64.h
-xineplug_inp_cdda_la_LIBADD = $(XINE_LIB)
-xineplug_inp_cdda_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
+xineplug_inp_cdda_la_DEPS = $(XDG_BASEDIR_DEPS)
+xineplug_inp_cdda_la_LIBADD = $(XINE_LIB) $(XDG_BASEDIR_LIBS)
+xineplug_inp_cdda_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS) $(XDG_BASEDIR_CFLAGS)
xineplug_inp_cdda_la_LDFLAGS = -avoid-version -module
xineplug_inp_v4l_la_SOURCES = input_v4l.c