diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 18:44:08 +0100 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-12-23 18:44:08 +0100 |
commit | 476a3e5b3151a4b626d086e65d53d6f5eea914db (patch) | |
tree | a9ac14da9f8cff357b4c6c34a17f96cced9659fb | |
parent | d0c98ed5d0fe24ddff6ec51829fe54eedee23fea (diff) | |
download | xine-lib-476a3e5b3151a4b626d086e65d53d6f5eea914db.tar.gz xine-lib-476a3e5b3151a4b626d086e65d53d6f5eea914db.tar.bz2 |
Move os_types.h together with the other includes.
--HG--
rename : lib/os_types.h => include/xine/os_types.h
-rw-r--r-- | include/xine/Makefile.am | 2 | ||||
-rw-r--r-- | include/xine/os_types.h (renamed from lib/os_types.h) | 0 | ||||
-rw-r--r-- | lib/Makefile.am | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/include/xine/Makefile.am b/include/xine/Makefile.am index 2861460be..8c86f3e2a 100644 --- a/include/xine/Makefile.am +++ b/include/xine/Makefile.am @@ -8,4 +8,4 @@ xineinclude_HEADERS = version.h buffer.h metronom.h configfile.h vo_scale.h \ io_helper.h broadcaster.h info_helper.h refcounter.h alphablend.h \ demux.h input_plugin.h attributes.h compat.h xine_buffer.h \ xineutils.h xmllexer.h xmlparser.h list.h array.h sorted_array.h \ - pool.h ring_buffer.h + pool.h ring_buffer.h os_types.h diff --git a/lib/os_types.h b/include/xine/os_types.h index 75ce9b8a5..75ce9b8a5 100644 --- a/lib/os_types.h +++ b/include/xine/os_types.h diff --git a/lib/Makefile.am b/lib/Makefile.am index c6462037e..931c411ac 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -6,7 +6,6 @@ EXTRA_DIST = Makefile.common noinst_LTLIBRARIES = libxineposix.la noinst_HEADERS = os_internal.h -xineinclude_HEADERS = os_types.h libxineposix_la_SOURCES = libxineposix_la_LIBADD = @LTLIBOBJS@ |