summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2007-05-22 23:11:18 +0000
committerLennart Poettering <lennart@poettering.net>2007-05-22 23:11:18 +0000
commitb62a4dc07cf2b2bf1dba8e6944b6db821ca232e0 (patch)
tree876028e7d9d47498c22484fd17cda78b3547e667 /src/Makefile.am
parentabe5820604d6ac1056f993fe2ec9d21e95d72983 (diff)
replace EggTrayIcon usage with GtkStatusIcon which has been introduced in Gtk 2.10. Original Patch from lool.
git-svn-id: file:///home/lennart/svn/public/padevchooser/trunk@24 e4aeda27-4315-0410-ac56-b21855d76123
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 77eab3c..1c13c1c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -24,7 +24,7 @@ bin_PROGRAMS=padevchooser
dist_pkgdata_DATA=padevchooser.glade
dist_desktop_DATA=padevchooser.desktop
-padevchooser_SOURCES=padevchooser.c x11prop.c eggtrayicon.c x11prop.h eggtrayicon.h
+padevchooser_SOURCES=padevchooser.c x11prop.c x11prop.h.h
padevchooser_LDADD=$(AM_LDADD) $(GUILIBS_LIBS) $(PULSE_LIBS)
padevchooser_CFLAGS=$(AM_CFLAGS) $(GUILIBS_CFLAGS) $(PULSE_CFLAGS)