Changeset 3077

Show
Ignore:
Timestamp:
12/08/07 14:57:40
Author:
pvanhoof
Message:

Using libtool

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libtinymail-camel/bs/Makefile.am

    r3070 r3077  
    44        -I$(top_srcdir)/libtinymail-camel/camel-lite 
    55 
    6 noinst_LIBRARIES = libbodystruct.
     6noinst_LTLIBRARIES = libbodystruct.l
    77 
    8 libbodystruct_a_SOURCES = bodystruct.c bodystruct.h envelope.h 
     8libbodystruct_la_SOURCES = bodystruct.c bodystruct.h envelope.h 
    99 
  • trunk/tests/shared/Makefile.am

    r1028 r3077  
    1919endif 
    2020 
    21 noinst_LIBRARIES = libtestsshared.
    22 libtestsshared_a_SOURCES = account-store.c account-store.h \ 
     21noinst_LTLIBRARIES = libtestsshared.l
     22libtestsshared_la_SOURCES = account-store.c account-store.h \ 
    2323        platfact.c platfact.h device.c device.h device-priv.h 
    2424