Mercurial > pidgin
comparison libpurple/plugins/Makefile.am @ 19954:2729cdff43cd
Automake foo
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Sat, 08 Sep 2007 04:19:30 +0000 |
parents | 0dcd915899ae |
children | 2c69ceca8067 |
comparison
equal
deleted
inserted
replaced
19953:0715328a0be3 | 19954:2729cdff43cd |
---|---|
26 | 26 |
27 autoaccept_la_LDFLAGS = -module -avoid-version | 27 autoaccept_la_LDFLAGS = -module -avoid-version |
28 buddynote_la_LDFLAGS = -module -avoid-version | 28 buddynote_la_LDFLAGS = -module -avoid-version |
29 ciphertest_la_LDFLAGS = -module -avoid-version | 29 ciphertest_la_LDFLAGS = -module -avoid-version |
30 codeinline_la_LDFLAGS = -module -avoid-version | 30 codeinline_la_LDFLAGS = -module -avoid-version |
31 debug_example_la_LDFLAGS = -module -avoid-version | |
32 helloworld_la_LDFLAGS = -module -avoid-version | |
31 idle_la_LDFLAGS = -module -avoid-version | 33 idle_la_LDFLAGS = -module -avoid-version |
32 joinpart_la_LDFLAGS = -module -avoid-version | 34 joinpart_la_LDFLAGS = -module -avoid-version |
33 log_reader_la_LDFLAGS = -module -avoid-version | 35 log_reader_la_LDFLAGS = -module -avoid-version |
34 newline_la_LDFLAGS = -module -avoid-version | 36 newline_la_LDFLAGS = -module -avoid-version |
35 offlinemsg_la_LDFLAGS = -module -avoid-version | 37 offlinemsg_la_LDFLAGS = -module -avoid-version |
57 $(DBUS_LTLIB) | 59 $(DBUS_LTLIB) |
58 | 60 |
59 noinst_LTLIBRARIES = \ | 61 noinst_LTLIBRARIES = \ |
60 ciphertest.la \ | 62 ciphertest.la \ |
61 codeinline.la \ | 63 codeinline.la \ |
64 debug_example.la \ | |
65 helloworld.la \ | |
62 pluginpref_example.la \ | 66 pluginpref_example.la \ |
63 signals_test.la \ | 67 signals_test.la \ |
64 simple.la | 68 simple.la |
65 | 69 |
66 autoaccept_la_SOURCES = autoaccept.c | 70 autoaccept_la_SOURCES = autoaccept.c |
67 buddynote_la_SOURCES = buddynote.c | 71 buddynote_la_SOURCES = buddynote.c |
68 ciphertest_la_SOURCES = ciphertest.c | 72 ciphertest_la_SOURCES = ciphertest.c |
69 codeinline_la_SOURCES = codeinline.c | 73 codeinline_la_SOURCES = codeinline.c |
74 debug_example_la_SOURCES = debug_example.c | |
75 helloworld_la_SOURCES = helloworld.c | |
70 idle_la_SOURCES = idle.c | 76 idle_la_SOURCES = idle.c |
71 joinpart_la_SOURCES = joinpart.c | 77 joinpart_la_SOURCES = joinpart.c |
72 log_reader_la_SOURCES = log_reader.c | 78 log_reader_la_SOURCES = log_reader.c |
73 newline_la_SOURCES = newline.c | 79 newline_la_SOURCES = newline.c |
74 offlinemsg_la_SOURCES = offlinemsg.c | 80 offlinemsg_la_SOURCES = offlinemsg.c |