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 /include/xine/Makefile.am | |
| 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
Diffstat (limited to 'include/xine/Makefile.am')
| -rw-r--r-- | include/xine/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 |
