diff options
author | infirit <[email protected]> | 2013-10-08 03:01:20 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-08 03:24:49 +0200 |
commit | cfb2e0e9930fbe7858052348da49dfb9ae00072b (patch) | |
tree | f734c9642033b0505a0a18c03ab9630609c55c94 /stickynotes/Makefile.am | |
parent | d04b955d02bb9aa71b7aa09791bab5c684a5c5c4 (diff) | |
download | mate-applets-cfb2e0e9930fbe7858052348da49dfb9ae00072b.tar.bz2 mate-applets-cfb2e0e9930fbe7858052348da49dfb9ae00072b.tar.xz |
back to libwnck
Diffstat (limited to 'stickynotes/Makefile.am')
-rw-r--r-- | stickynotes/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index 9036bd7b..0206a41d 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -13,7 +13,7 @@ AM_CPPFLAGS = \ -I. \ -I$(srcdir) \ $(MATE_APPLETS4_CFLAGS) \ - $(LIBMATEWNCK_CFLAGS) \ + $(LIBWNCK_CFLAGS) \ $(XML2_CFLAGS) \ -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\ -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\" @@ -34,7 +34,7 @@ stickynotes_applet_SOURCES = \ stickynotes_applet_LDADD = \ $(MATE_APPLETS4_LIBS) \ - $(LIBMATEWNCK_LIBS) \ + $(LIBWNCK_LIBS) \ $(XML2_LIBS) \ -lX11 |