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

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: seb128
  • Date: 2009-06-26 16:07:39 UTC
  • mto: This revision was merged to the branch mainline in revision 465.
  • Revision ID: seb128@seb128-laptop-20090626160739-hs300xxw3o75mz4s
clean libglade use

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
6
6
        -DPACKAGE_LIB_DIR=\""$(libdir)"\" \
7
7
        -DUIDIR=\""$(datadir)/update-notifier/ui/"\" \
8
 
        $(PACKAGE_CFLAGS)
 
8
        @PACKAGE_CFLAGS@
9
9
 
10
10
bin_PROGRAMS = update-notifier
11
11
 
26
26
                           avahi.c\
27
27
                           update.c\
28
28
                           update.h\
29
 
                           release.c\
30
 
                           release.h\
31
 
                           uevent.c\
32
 
                           uevent.h\
33
 
                           gdu.c\
34
 
                           gdu.h
 
29
                           hal.c\
 
30
                           hal.h\
 
31
                           gdm-logout-action.c\
 
32
                           gdm-logout-action.h
35
33
 
36
 
update_notifier_LDADD = $(PACKAGE_LIBS) $(INTLLIBS)
 
34
update_notifier_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
37
35
update_notifier_LDFLAGS = -export-dynamic