diff options
| author | Ted Gould <ted@canonical.com> | 2009-10-02 16:31:22 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-10-02 16:31:22 -0500 |
| commit | bc69362aa594cce5507ae1fbe8132576fb22df3e (patch) | |
| tree | f92ff07ae143390163f70b88dff16412074b6013 /libdbusmenu-gtk/Makefile.am | |
| parent | aa94500715e83db9933fabc09f7df188098985b4 (diff) | |
| parent | a1b3e6d9400764292ea6f4252e4fa93f98da3c5a (diff) | |
| download | libdbusmenu-bc69362aa594cce5507ae1fbe8132576fb22df3e.tar.gz libdbusmenu-bc69362aa594cce5507ae1fbe8132576fb22df3e.tar.bz2 libdbusmenu-bc69362aa594cce5507ae1fbe8132576fb22df3e.zip | |
Managing the lifecycle of the menu item more directly and making sure to remove them from the menu when they're not children of it anymore.
Diffstat (limited to 'libdbusmenu-gtk/Makefile.am')
| -rw-r--r-- | libdbusmenu-gtk/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-gtk/Makefile.am b/libdbusmenu-gtk/Makefile.am index 918d071..87a82a6 100644 --- a/libdbusmenu-gtk/Makefile.am +++ b/libdbusmenu-gtk/Makefile.am @@ -26,7 +26,7 @@ libdbusmenu_gtk_la_LDFLAGS = \ -export-symbols-regex "^[^_].*" libdbusmenu_gtk_la_CFLAGS = \ - $(DBUSMENUGTK_CFLAGS) -I$(srcdir)/.. -Wall -Werror + $(DBUSMENUGTK_CFLAGS) -I$(srcdir)/.. -Wall -Werror -DG_DISABLE_DEPRECATED -DG_LOG_DOMAIN="\"LIBDBUSMENU-GTK\"" libdbusmenu_gtk_la_LIBADD = \ ../libdbusmenu-glib/libdbusmenu-glib.la \ |
