diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-09 02:12:18 +0200 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2007-05-09 02:12:18 +0200 |
commit | f0ca6744a51b8168e7fed17ad0337c2c91a5c710 (patch) | |
tree | 34e4d13f3c31e2c073c8678ac176a6ae779d5eff /src | |
parent | 61d8ae6d22678eabd520d3947928169465def857 (diff) | |
download | xine-lib-f0ca6744a51b8168e7fed17ad0337c2c91a5c710.tar.gz xine-lib-f0ca6744a51b8168e7fed17ad0337c2c91a5c710.tar.bz2 |
Put post_vdr.h between the post plugin sources, rather than having it in the extra noinst_HEADERS.
Diffstat (limited to 'src')
-rw-r--r-- | src/vdr/Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am index 587acb304..ca216fee3 100644 --- a/src/vdr/Makefile.am +++ b/src/vdr/Makefile.am @@ -12,9 +12,6 @@ xineinclude_HEADERS = input_vdr.h xinepost_LTLIBRARIES = \ xineplug_post_vdr.la -xineplug_post_vdr_la_SOURCES = post_vdr.c post_vdr_video.c post_vdr_audio.c +xineplug_post_vdr_la_SOURCES = post_vdr.c post_vdr_video.c post_vdr_audio.c post_vdr.h xineplug_post_vdr_la_LIBADD = $(XINE_LIB) xineplug_post_vdr_la_LDFLAGS = $(xineplug_ldflags) - -noinst_HEADERS = post_vdr.h - |