Skip to content

Commit

Permalink
python-keybinder: Fixup INCLUDES in Makefile.am
Browse files Browse the repository at this point in the history
This fixes a failing make distcheck
  • Loading branch information
bluss committed Jun 17, 2012
1 parent a9add1d commit 663b184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python-keybinder/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
INCLUDES = $(PYTHON_INCLUDES) $(PYGTK_CFLAGS) -I../libkeybinder
INCLUDES = $(PYTHON_INCLUDES) $(PYGTK_CFLAGS) -I$(top_srcdir)/libkeybinder

AM_CFLAGS = -Wall

Expand Down

1 comment on commit 663b184

@MDykstra
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Had this issue [http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=593371] with terminator through TurboVNC.
The Debian bug report said it should have been fixed for 'keybinder 0.2.2-4', but I am having this issue on Arch Linux with '0.3.0-1'.
Unfortunatly issue tracking is not enabled for keybinder, so I place this at HEAD.

Please sign in to comment.