~ubuntu-branches/ubuntu/quantal/linphone/quantal

« back to all changes in this revision

Viewing changes to oRTP/include/ortp/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2009-03-18 07:29:23 UTC
  • mfrom: (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090318072923-tcioxk5hqw2h3h0p
Tags: 3.0.0-3
Fix "spurious gnome-applets" Removed Build-Depends: (Closes: #520133)

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45
45
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46
46
        $(ACLOCAL_M4)
47
 
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
47
mkinstalldirs = $(install_sh) -d
48
48
CONFIG_HEADER = $(top_builddir)/ortp-config.h
49
49
CONFIG_CLEAN_FILES =
50
50
SOURCES =
84
84
DEFS = @DEFS@
85
85
DEPDIR = @DEPDIR@
86
86
DOXYGEN = @DOXYGEN@
 
87
DSYMUTIL = @DSYMUTIL@
87
88
ECHO = @ECHO@
88
89
ECHO_C = @ECHO_C@
89
90
ECHO_N = @ECHO_N@
112
113
LTLIBOBJS = @LTLIBOBJS@
113
114
MAKEINFO = @MAKEINFO@
114
115
MKEPMLIST = @MKEPMLIST@
 
116
NMEDIT = @NMEDIT@
115
117
OBJEXT = @OBJEXT@
116
118
ORTPDEPS_CFLAGS = @ORTPDEPS_CFLAGS@
117
119
ORTPDEPS_LDFLAGS = @ORTPDEPS_LDFLAGS@
199
201
ortp_include_HEADERS = str_utils.h rtpsession.h rtp.h port.h  \
200
202
                                        ortp.h telephonyevents.h sessionset.h payloadtype.h rtpsignaltable.h \
201
203
                                         rtcp.h \
202
 
                                        event.h stun.h stun_udp.h srtp.h
 
204
                                        event.h stun.h stun_udp.h srtp.h \
 
205
                                        b64.h
203
206
 
204
207
EXTRA_DIST = $(ortp_include_HEADERS)
205
208
all: all-am