diff options
Diffstat (limited to 'src/input/librtsp/Makefile.am')
-rw-r--r-- | src/input/librtsp/Makefile.am | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/src/input/librtsp/Makefile.am b/src/input/librtsp/Makefile.am index feb9df98a..29c38db20 100644 --- a/src/input/librtsp/Makefile.am +++ b/src/input/librtsp/Makefile.am @@ -1,3 +1,5 @@ +include $(top_srcdir)/misc/Makefile.common + RTSP_CFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -I$(srcdir)/../libreal AM_CFLAGS = $(RTSP_CFLAGS) @ANSI_FLAGS@ @@ -13,17 +15,3 @@ librtsp_la_LDFLAGS = $(THREAD_LIBS) -avoid-version -module noinst_HEADERS = \ rtsp.h \ rtsp_session.h - -debug: - @$(MAKE) CFLAGS="$(DEBUG_CFLAGS) $(DVD_CFLAGS)" - -install-debug: debug - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am - -mostlyclean-generic: - -rm -f *~ \#* .*~ .\#* - -maintainer-clean-generic: - -@echo "This command is intended for maintainers to use;" - -@echo "it deletes files that may require special tools to rebuild." - -rm -f Makefile.in |