Skip to content

Commit

Permalink
Bug 1043534 - move netwerk/{sctp,srtp} completely over to moz.build; …
Browse files Browse the repository at this point in the history
…r=mshal
  • Loading branch information
froydnj committed Jul 24, 2014
1 parent 350d629 commit cc0a619
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 20 deletions.
10 changes: 0 additions & 10 deletions netwerk/sctp/src/Makefile.in

This file was deleted.

3 changes: 3 additions & 0 deletions netwerk/sctp/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -90,3 +90,6 @@ if CONFIG['OS_TARGET'] == 'DragonFly':
DEFINES['__DragonFly__'] = False

NO_PGO = True # Don't PGO

if CONFIG['GNU_CC']:
CFLAGS += ['-std=gnu99']
10 changes: 0 additions & 10 deletions netwerk/srtp/src/Makefile.in

This file was deleted.

3 changes: 3 additions & 0 deletions netwerk/srtp/src/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,6 @@ if CONFIG['CPU_ARCH'] in ('x86', 'x86_64'):
if CONFIG['OS_TARGET'] == 'WINNT':
DEFINES['HAVE_WINSOCK2_H'] = True
DEFINES['inline'] = '__inline'

if CONFIG['GNU_CC']:
CFLAGS += ['-std=gnu99']

0 comments on commit cc0a619

Please sign in to comment.