diff options
| author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-27 13:10:07 +0100 |
|---|---|---|
| committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2008-01-27 13:10:07 +0100 |
| commit | 99a04ec01e35ff6e0c84195381ab55f2f8e04b9b (patch) | |
| tree | e175dde26c854da21a3fecadf46a91368e483e30 /include/xine | |
| parent | d1a21fe364dacddf08c9391a5f8866034cf9ebd2 (diff) | |
| download | xine-lib-99a04ec01e35ff6e0c84195381ab55f2f8e04b9b.tar.gz xine-lib-99a04ec01e35ff6e0c84195381ab55f2f8e04b9b.tar.bz2 | |
Avoid one recursive make by declaring all the installed headers inside include/Makefile.am.
Diffstat (limited to 'include/xine')
| -rw-r--r-- | include/xine/Makefile.am | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/include/xine/Makefile.am b/include/xine/Makefile.am deleted file mode 100644 index 14eb98445..000000000 --- a/include/xine/Makefile.am +++ /dev/null @@ -1,11 +0,0 @@ -EXTRA_DIST = version.h.in - -xineincludedir = $(includedir)/xine -xineinclude_HEADERS = version.h 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 spu.h scratch.h xine_plugin.h xineintl.h \ - plugin_catalog.h audio_decoder.h video_decoder.h post.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 os_types.h vdr.h base64.h |
