Changeset 14408


Ignore:
Timestamp:
02/27/13 10:06:16 (12 years ago)
Author:
Eric.Larour
Message:

CHG: fixed issue with Makefile missing in configure.ac for the mobile directory

Location:
issm/trunk-jpl
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/configure.ac

    r14406 r14408  
    3939                        src/wrappers/python/Makefile
    4040                        src/wrappers/matlab/Makefile
     41                        src/mobile/Makefile
    4142                        src/mobile/native/Makefile
    4243                        src/mobile/ios/Makefile
  • issm/trunk-jpl/src/mobile

    • Property svn:ignore set to
      Makefile.in
      Makefile
  • issm/trunk-jpl/src/mobile/Makefile.am

    r14392 r14408  
    1 SUBDIRS =
    21if ANDROID
    3 SUBDIRS += android
     2SUBDIRS = android
    43endif
    54if IOS
    6 SUBDIRS += ios
     5SUBDIRS = ios
    76endif
Note: See TracChangeset for help on using the changeset viewer.