summaryrefslogtreecommitdiff
path: root/src/video_out/macosx
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/video_out/macosx
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/video_out/macosx')
-rw-r--r--src/video_out/macosx/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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