Ignore:
Timestamp:
12/31/06 14:38:33 (5 years ago)
Author:
wd
Message:

Make the easy modules build.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/dns/SConscript

    r795 r799  
    1414 
    1515############################################################################### 
    16 # Build specification for the ithildin library 
     16# Build specification for a module 
     17modenv.Append(LIBPATH = ['#/modules']) 
     18 
    1719env.Install(env['libdir'] + '/modules', 
    18     modenv.SharedLibrary(target = 'dns', 
     20    modenv.SharedLibrary(target = '../dns', 
    1921        source = Split('''dns.c lookup.c packet.c'''), 
    20         SHLIBPREFIX = '', 
    2122        LIBS = 'ithildin', 
    2223        CPPDEFINES = env['CPPDEFINES'] + ['MODULE'], 
Note: See TracChangeset for help on using the changeset viewer.