diff options
-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@ |