diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-01 00:03:19 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-01 00:03:19 +0000 |
| commit | 07c2e149c38b01494d2a0d42b705750ebd127287 (patch) | |
| tree | c231525c564ef917658f21e40f0b0a452f3fb3d8 /src/input/libreal | |
| parent | 9c881836d4dead995213b4863e055d32e7372a74 (diff) | |
| download | xine-lib-07c2e149c38b01494d2a0d42b705750ebd127287.tar.gz xine-lib-07c2e149c38b01494d2a0d42b705750ebd127287.tar.bz2 | |
Back out rtsp build changes: separate units (though used only once).
Also, built files don't end up in the lib directories.
Diffstat (limited to 'src/input/libreal')
| -rw-r--r-- | src/input/libreal/Makefile.am | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/input/libreal/Makefile.am b/src/input/libreal/Makefile.am new file mode 100644 index 000000000..bd97a7548 --- /dev/null +++ b/src/input/libreal/Makefile.am @@ -0,0 +1,10 @@ +include $(top_srcdir)/misc/Makefile.common + +AM_CFLAGS = $(DEFAULT_OCFLAGS) $(VISIBILITY_FLAG) +AM_CPPFLAGS = -I$(top_srcdir)/src/input/librtsp + +noinst_HEADERS = real.h asmrp.h rmff.h sdpplin.h + +noinst_LTLIBRARIES = libreal.la + +libreal_la_SOURCES = real.c asmrp.c rmff.c sdpplin.c |
