Changeset 3077
- Timestamp:
- 12/08/07 14:57:40
- Files:
-
- trunk/libtinymail-camel/bs/Makefile.am (modified) (1 diff)
- trunk/tests/shared/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/bs/Makefile.am
r3070 r3077 4 4 -I$(top_srcdir)/libtinymail-camel/camel-lite 5 5 6 noinst_L IBRARIES = libbodystruct.a6 noinst_LTLIBRARIES = libbodystruct.la 7 7 8 libbodystruct_ a_SOURCES = bodystruct.c bodystruct.h envelope.h8 libbodystruct_la_SOURCES = bodystruct.c bodystruct.h envelope.h 9 9 trunk/tests/shared/Makefile.am
r1028 r3077 19 19 endif 20 20 21 noinst_L IBRARIES = libtestsshared.a22 libtestsshared_ a_SOURCES = account-store.c account-store.h \21 noinst_LTLIBRARIES = libtestsshared.la 22 libtestsshared_la_SOURCES = account-store.c account-store.h \ 23 23 platfact.c platfact.h device.c device.h device-priv.h 24 24
