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

« back to all changes in this revision

Viewing changes to src/Makefile.am

  • Committer: mvo
  • Date: 2004-11-02 00:58:06 UTC
  • Revision ID: gustavo@niemeyer.net-20041102005806-9118e041eaa0ebc8
* inital checkin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
## Process this file with automake to produce Makefile.in
 
2
 
 
3
gladedir = $(libdir)/upgrade-notifier
 
4
 
 
5
INCLUDES = \
 
6
        -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
 
7
        -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
 
8
        -DPACKAGE_LIB_DIR=\""$(libdir)"\" \
 
9
        @PACKAGE_CFLAGS@
 
10
 
 
11
bin_PROGRAMS = upgrade-notifier
 
12
 
 
13
upgrade_notifier_SOURCES = \
 
14
        tray.c \
 
15
        eggtrayicon.c  eggtrayicon.h
 
16
 
 
17
upgrade_notifier_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
 
18
 
 
19
glade_DATA = upgrade-dialog.glade 
 
20
 
 
21
EXTRA_DIST = $(glade_DATA)
 
 
b'\\ No newline at end of file'