summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-22 17:37:17 +0000
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-03-22 17:37:17 +0000
commit63f41055e2031631c01aee2539fa1a6027513078 (patch)
treea59eebe6e46be6441e7615952ed6b1135d022b22 /src
parenta1c7ea8e4497488e228e02333bd2d813a7b8a6b6 (diff)
downloadxine-lib-63f41055e2031631c01aee2539fa1a6027513078.tar.gz
xine-lib-63f41055e2031631c01aee2539fa1a6027513078.tar.bz2
Instead of rewriting the install and uninstall rules for headers, simply change their class to xineinclude, and set xineincludedir in Makefile.common.
CVS patchset: 8737 CVS date: 2007/03/22 17:37:17
Diffstat (limited to 'src')
-rw-r--r--src/demuxers/Makefile.am2
-rw-r--r--src/input/Makefile.am2
-rw-r--r--src/video_out/macosx/Makefile.am2
-rw-r--r--src/xine-engine/Makefile.am2
-rw-r--r--src/xine-utils/Makefile.am2
5 files changed, 5 insertions, 5 deletions
diff --git a/src/demuxers/Makefile.am b/src/demuxers/Makefile.am
index b571c18e4..8a931c2d6 100644
--- a/src/demuxers/Makefile.am
+++ b/src/demuxers/Makefile.am
@@ -136,5 +136,5 @@ xineplug_dmx_iff_la_LIBADD = $(XINE_LIB)
xineplug_dmx_flv_la_SOURCES = demux_flv.c
xineplug_dmx_flv_la_LIBADD = $(XINE_LIB)
-include_HEADERS = demux.h
+xineinclude_HEADERS = demux.h
noinst_HEADERS = asfheader.h qtpalette.h group_games.h group_audio.h id3.h ebml.h matroska.h iff.h flacutils.h
diff --git a/src/input/Makefile.am b/src/input/Makefile.am
index f8e17ae61..dbe9d97dc 100644
--- a/src/input/Makefile.am
+++ b/src/input/Makefile.am
@@ -151,6 +151,6 @@ xineplug_inp_pvr_la_LIBADD = $(XINE_LIB) $(THREAD_LIBS)
xineplug_inp_pvr_la_CFLAGS = $(VISIBILITY_FLAG) $(AM_CFLAGS)
xineplug_inp_pvr_la_LDFLAGS = -avoid-version -module
-include_HEADERS = input_plugin.h
+xineinclude_HEADERS = input_plugin.h
noinst_HEADERS = net_buf_ctrl.h mms.h mmsh.h pnm.h media_helper.h videodev2.h http_helper.h
diff --git a/src/video_out/macosx/Makefile.am b/src/video_out/macosx/Makefile.am
index 0a70d9220..a69f30dc5 100644
--- a/src/video_out/macosx/Makefile.am
+++ b/src/video_out/macosx/Makefile.am
@@ -21,7 +21,7 @@ libxineMacOSXVideo_la_LDFLAGS = -version-info \
-Wl,-framework -Wl,Cocoa -framework Cocoa \
-Wl,-framework -Wl,OpenGL -framework OpenGL
-include_HEADERS = video_window.h XineOpenGLView.h XineVideoWindow.h
+xineinclude_HEADERS = video_window.h XineOpenGLView.h XineVideoWindow.h
endif
diff --git a/src/xine-engine/Makefile.am b/src/xine-engine/Makefile.am
index 97fb6a033..acda9424e 100644
--- a/src/xine-engine/Makefile.am
+++ b/src/xine-engine/Makefile.am
@@ -35,7 +35,7 @@ libxine_la_LDFLAGS = \
$(def_ldflags)
-include_HEADERS = buffer.h metronom.h configfile.h vo_scale.h \
+xineinclude_HEADERS = buffer.h metronom.h configfile.h vo_scale.h \
audio_out.h resample.h video_out.h xine_internal.h spu_decoder.h \
video_overlay.h osd.h scratch.h xine_plugin.h xineintl.h \
plugin_catalog.h audio_decoder.h video_decoder.h post.h \
diff --git a/src/xine-utils/Makefile.am b/src/xine-utils/Makefile.am
index 7406abf86..95de06b9e 100644
--- a/src/xine-utils/Makefile.am
+++ b/src/xine-utils/Makefile.am
@@ -32,7 +32,7 @@ libxineutils_la_SOURCES = $(pppc_files) \
pool.c \
ring_buffer.c
-include_HEADERS = \
+xineinclude_HEADERS = \
attributes.h \
compat.h \
xine_buffer.h \