diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 22:22:53 +0100 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 22:22:53 +0100 |
| commit | b4c14c09230b4e6f286e77dde57713724d40ef42 (patch) | |
| tree | 52a292c5273452992fac07eb5394ee2678279717 /src/vdr/Makefile.am | |
| parent | bad617620b00eeaed9ea9bcf79737292c17b03e2 (diff) | |
| download | xine-lib-b4c14c09230b4e6f286e77dde57713724d40ef42.tar.gz xine-lib-b4c14c09230b4e6f286e77dde57713724d40ef42.tar.bz2 | |
Clean up the vdr plugins' makefile; mark the plugin info as EXPORTED.
Diffstat (limited to 'src/vdr/Makefile.am')
| -rw-r--r-- | src/vdr/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/vdr/Makefile.am b/src/vdr/Makefile.am index b09c86487..44af6078b 100644 --- a/src/vdr/Makefile.am +++ b/src/vdr/Makefile.am @@ -1,14 +1,15 @@ include $(top_srcdir)/misc/Makefile.common +AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) +AM_LDFLAGS = $(xineplug_ldflags) + +xineinclude_HEADERS = input_vdr.h + xineplug_LTLIBRARIES = xineplug_inp_vdr.la xinepost_LTLIBRARIES = xineplug_post_vdr.la xineplug_inp_vdr_la_SOURCES = input_vdr.c xineplug_inp_vdr_la_LIBADD = $(XINE_LIB) $(PTHREAD_LIBS) -xineplug_inp_vdr_la_LDFLAGS = $(xineplug_ldflags) - -xineinclude_HEADERS = input_vdr.h 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) |
