diff options
author | Nick Schermer <nick@xfce.org> | 2013-01-06 12:20:16 +0100 |
---|---|---|
committer | Nick Schermer <nick@xfce.org> | 2013-01-06 12:20:16 +0100 |
commit | d4c4c5a745db93acb341879ec18adcc795df8507 (patch) | |
tree | 1fc9b165c93afb2353e084e72913b4ec193a7ce1 /plugins/windowmenu | |
parent | d0d72484a74ae4a5f9a246694711ef9ea6c2fe59 (diff) | |
download | xfce4-panel-d4c4c5a745db93acb341879ec18adcc795df8507.tar.gz |
Autotools updates.
Diffstat (limited to 'plugins/windowmenu')
-rw-r--r-- | plugins/windowmenu/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/windowmenu/Makefile.am b/plugins/windowmenu/Makefile.am index 88f7bf25..a1836839 100644 --- a/plugins/windowmenu/Makefile.am +++ b/plugins/windowmenu/Makefile.am @@ -1,5 +1,5 @@ -INCLUDES = \ +AM_CPPFLAGS = \ -I$(top_srcdir) \ -DG_LOG_DOMAIN=\"libwindowmenu\" \ -DWNCK_I_KNOW_THIS_IS_UNSTABLE \ |