1
## Process this file with automake to produce Makefile.in
3
gladedir = $(libdir)/upgrade-notifier
6
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \
7
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
8
-DPACKAGE_LIB_DIR=\""$(libdir)"\" \
11
bin_PROGRAMS = upgrade-notifier
13
upgrade_notifier_SOURCES = \
15
eggtrayicon.c eggtrayicon.h
17
upgrade_notifier_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
19
glade_DATA = upgrade-dialog.glade
21
EXTRA_DIST = $(glade_DATA)
b'\\ No newline at end of file'