~ldgoodridge95/ubuntu/vivid/upstart/rm-libjson0-dev

« back to all changes in this revision

Viewing changes to init/Makefile.am

Tags: upstream-1.7
ImportĀ upstreamĀ versionĀ 1.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
        $(NIH_CFLAGS) \
9
9
        $(NIH_DBUS_CFLAGS) \
10
10
        $(DBUS_CFLAGS) \
11
 
        $(SELINUX_CFLAGS) \
12
11
        $(JSON_CFLAGS)
13
12
 
14
13
AM_CPPFLAGS = \
70
69
        $(NIH_LIBS) \
71
70
        $(NIH_DBUS_LIBS) \
72
71
        $(DBUS_LIBS) \
73
 
        $(SELINUX_LIBS) \
74
72
        $(JSON_LIBS) \
75
73
        -lrt
76
74