plugins/docklet/Makefile.am

Mon, 12 Dec 2005 19:30:11 +0000

author
Casey Harkins <charkins@pidgin.im>
date
Mon, 12 Dec 2005 19:30:11 +0000
changeset 12470
f70a8568bc48
parent 11709
da6e9cd5f6d9
child 13342
8b97ca336ee9
permissions
-rw-r--r--

[gaim-migrate @ 14780]
SF Patch #1362633 from charkins

"This patch adds a submenu (Unread Messages) in the
docklet menu which shows conversations with unseen
messages. The submenu will be insensitive when there
are no conversations with unread messages.

I also removed a second GtkWidget* variable from the
menu building function (s/entry/menuitem), only one was
necessary. A second is now necessary (submenu), but the
scope is limited to an if block."

Plus changes from me so it'd actually compile and work. ;)

committer: Richard Laager <rlaager@pidgin.im>

EXTRA_DIST = \
		Makefile.mingw   \
		docklet-win32.c  \
		MinimizeToTray.c \
		MinimizeToTray.h

plugindir = $(libdir)/gaim

docklet_la_LDFLAGS = -module -avoid-version $(GTK_LIBS)

if PLUGINS

plugin_LTLIBRARIES = docklet.la

docklet_la_SOURCES = \
	eggtrayicon.h \
	eggtrayicon.c \
	docklet.h \
	docklet.c \
	docklet-x11.c

endif

AM_CPPFLAGS = \
	-DDATADIR=\"$(datadir)\" \
	-DVERSION=\"$(VERSION)\" \
	-I$(top_srcdir)/src \
	$(DEBUG_CFLAGS) \
	$(GTK_CFLAGS)

mercurial