Changeset 3327

Show
Ignore:
Timestamp:
01/30/08 00:33:20
Author:
pvanhoof
Message:

subdirs fix

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/bindings/Makefile.am

    r3302 r3327  
     1SUBDIRS = . 
     2 
    13if BUILD_PYTINYMAIL 
    2 SUBDIRS = python 
     4SUBDIRS += python 
    35endif 
    46 
    57if BUILD_VALA_BINDINGS 
    6 SUBDIRS = vala 
     8SUBDIRS += vala 
    79endif 
    810 
    911if BUILD_NET_BINDINGS 
    10 SUBDIRS = dotnet 
     12SUBDIRS += dotnet 
    1113endif