diff options
Diffstat (limited to 'stickynotes/Makefile.am')
-rw-r--r-- | stickynotes/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stickynotes/Makefile.am b/stickynotes/Makefile.am index 05512c41..8ab9f7d0 100644 --- a/stickynotes/Makefile.am +++ b/stickynotes/Makefile.am @@ -17,8 +17,7 @@ AM_CPPFLAGS = \ $(MATEDESKTOP_CFLAGS) \ $(LIBWNCK_CFLAGS) \ $(XML2_CFLAGS) \ - -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\"\ - -DSTICKYNOTES_ICONDIR=\"$(datadir)/pixmaps/mate-stickynotes/\" + -DSTICKYNOTES_MENU_UI_DIR=\""$(uidir)"\" libexec_PROGRAMS = stickynotes-applet |