~ted/zeitgeist/action-events

« back to all changes in this revision

Viewing changes to extensions/Makefile.am

  • Committer: Siegfried-Angel Gevatter Pujals
  • Date: 2011-10-31 15:28:09 UTC
  • Revision ID: git-v1:42ff271c427639f321be524c91dd1aae98bf2a5e
It's cold and the birds fly away. But the Zeitgeist won't change.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
noinst_LTLIBRARIES = ds-registry.la blacklist.la storage-monitor.la fts.la
7
7
 
8
8
AM_CPPFLAGS = \
9
 
        $(BLUEBIRD_CFLAGS) \
 
9
        $(ZEITGEIST_CFLAGS) \
10
10
        -include $(CONFIG_HEADER) \
11
11
        -I $(top_srcdir)/src \
12
12
        -w \
27
27
ds_registry_la_LDFLAGS = -module -avoid-version
28
28
 
29
29
ds_registry_la_LIBADD = \
30
 
        $(BLUEBIRD_LIBS) \
 
30
        $(ZEITGEIST_LIBS) \
31
31
        $(NULL)
32
32
 
33
33
blacklist_la_SOURCES = \
37
37
blacklist_la_LDFLAGS = -module -avoid-version
38
38
 
39
39
blacklist_la_LIBADD = \
40
 
        $(BLUEBIRD_LIBS) \
 
40
        $(ZEITGEIST_LIBS) \
41
41
        $(NULL)
42
42
 
43
43
storage_monitor_la_SOURCES = \
47
47
storage_monitor_la_LDFLAGS = -module -avoid-version
48
48
 
49
49
storage_monitor_la_LIBADD = \
50
 
        $(BLUEBIRD_LIBS) \
 
50
        $(ZEITGEIST_LIBS) \
51
51
        $(NULL)
52
52
        
53
53
 
58
58
fts_la_LDFLAGS = -module -avoid-version
59
59
 
60
60
fts_la_LIBADD = \
61
 
        $(BLUEBIRD_LIBS) \
 
61
        $(ZEITGEIST_LIBS) \
62
62
        $(NULL)