~ubuntu-core-dev/update-notifier/ubuntu

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: Sebastien Bacher
  • Date: 2019-03-19 10:17:55 UTC
  • Revision ID: seb128@ubuntu.com-20190319101755-uwzt3mx2910elowy
* debian/control, autogen.sh:
  - don't build-depends on gnome-common, that is deprecated and was
    comment out in the autogen.sh already anyway

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
                           hooks.c\
24
24
                           crash.c\
25
25
                           crash.h\
26
 
                           livepatch-tray.c\
27
 
                           livepatch-tray.h\
28
 
                           livepatch-utils.c\
29
 
                           livepatch-utils.h\
30
26
                           update.c\
31
27
                           update.h\
32
28
                           release.c\
45
41
system_crash_notification_SOURCES = system-crash.c\
46
42
                                     system-crash.h
47
43
 
48
 
livepatch_notification_SOURCES = livepatch.c\
49
 
                                 livepatch-utils.c\
50
 
                                 livepatch-utils.h
 
44
livepatch_notification_SOURCES = livepatch.c
51
45
 
52
46
update_notifier_LDADD = $(PACKAGE_LIBS) $(INTLLIBS) $(APP_INDICATOR_LIBS)
53
47
update_notifier_LDFLAGS = -export-dynamic