summaryrefslogtreecommitdiff
path: root/include/xine/Makefile.am
diff options
context:
space:
mode:
authorReinhard Nißl <rnissl@gmx.de>2007-12-31 11:40:37 +0100
committerReinhard Nißl <rnissl@gmx.de>2007-12-31 11:40:37 +0100
commit7a42265fbf3833b328f7ac87d58d732a179ef6e5 (patch)
tree41f2a58356b457a0253eded2068c14e447b633b6 /include/xine/Makefile.am
parent9969614c2549cc5c7f97a7b32253b7b08e6bf9b7 (diff)
downloadxine-lib-7a42265fbf3833b328f7ac87d58d732a179ef6e5.tar.gz
xine-lib-7a42265fbf3833b328f7ac87d58d732a179ef6e5.tar.bz2
Combine vdr plugins into a single binary.
Several files were renamed for consistency. --HG-- rename : include/xine/input_vdr.h => include/xine/vdr.h rename : src/vdr/post_vdr.c => src/vdr/combined_vdr.c rename : src/vdr/post_vdr.h => src/vdr/combined_vdr.h
Diffstat (limited to 'include/xine/Makefile.am')
-rw-r--r--include/xine/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xine/Makefile.am b/include/xine/Makefile.am
index cad6adb31..cc086dfaf 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 os_types.h input_vdr.h
+ pool.h ring_buffer.h os_types.h vdr.h