~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to plugins/am-project/amp-group.c

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-20 22:38:35 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20120220223835-ny223imz62qkk9ns
Tags: 2:3.3.90-0ubuntu1
* New upstream release.
* debian/rules: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
97
97
                        break;
98
98
                case ANJUTA_PROJECT_TARGET | ANJUTA_PROJECT_STATICLIB:
99
99
                case ANJUTA_PROJECT_TARGET | ANJUTA_PROJECT_SHAREDLIB:
 
100
                case ANJUTA_PROJECT_TARGET | ANJUTA_PROJECT_LT_MODULE:
100
101
                        prop = amp_node_get_property_from_token (target, AM_TOKEN_TARGET_LIBADD, 0);
101
102
                        break;
102
103
                default: