diff options
| author | Ted Gould <ted@canonical.com> | 2009-05-15 14:12:51 -0500 |
|---|---|---|
| committer | Ted Gould <ted@canonical.com> | 2009-05-15 14:12:51 -0500 |
| commit | b5312e7a0591a734a463d3eb50ff565605f210bf (patch) | |
| tree | 33d0233bd06a207fc9556b7edd24f3994fab2df0 /libdbusmenu-glib/Makefile.am | |
| parent | 8920ae931c8eb9312d9c78ea1970d922a47a6a91 (diff) | |
| download | libdbusmenu-b5312e7a0591a734a463d3eb50ff565605f210bf.tar.gz libdbusmenu-b5312e7a0591a734a463d3eb50ff565605f210bf.tar.bz2 libdbusmenu-b5312e7a0591a734a463d3eb50ff565605f210bf.zip | |
Adding in a function to get the properties, and make sure to catch soem more warnings and other protections. Also, no more deprecated GTK stuf.
Diffstat (limited to 'libdbusmenu-glib/Makefile.am')
| -rw-r--r-- | libdbusmenu-glib/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdbusmenu-glib/Makefile.am b/libdbusmenu-glib/Makefile.am index 844e1b8..a485f2b 100644 --- a/libdbusmenu-glib/Makefile.am +++ b/libdbusmenu-glib/Makefile.am @@ -35,7 +35,7 @@ libdbusmenu_glib_la_LDFLAGS = \ -export-symbols-regex "^[^_].*" libdbusmenu_glib_la_CFLAGS = \ - $(DBUSMENUGLIB_CFLAGS) -Wall -Werror + $(DBUSMENUGLIB_CFLAGS) -Wall -Werror -DG_DISABLE_DEPRECATED libdbusmenu_glib_la_LIBADD = \ $(DBUSMENUGLIB_LIBS) |
