Fix for distcheck.

This commit is contained in:
Daiki Ueno
2010-08-12 17:10:34 +09:00
parent b5b9864033
commit 551fb17e02
4 changed files with 45 additions and 45 deletions

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
#include "eek.h"
#include "eek/eek.h"
static void
test_create (void)

View File

@ -17,7 +17,7 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
#include "eek-xkb.h"
#include "eek/eek-xkb.h"
/* For gdk_x11_display_get_xdisplay(). See main(). */
#include <gtk/gtk.h>