Changeset 575

Show
Ignore:
Timestamp:
08/13/08 14:36:21
Author:
rachel
Message:

--

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openpgpsdk/trunk/Makefile

    r574 r575  
    11# order of build of subdirs is important 
    22# 
    3 SUBDIRS=src examples tests 
     3SUBDIRS=src tests 
    44 
    55all: Makefiles include/openpgpsdk/configure.h headers default 
     
    4141 
    4242test:: 
    43         cd examples && make test 
     43        cd tests && make  
    4444 
    4545doc::