diff options
author | nobled <nobled@dreamwidth.org> | 2011-01-24 16:01:26 +0000 |
---|---|---|
committer | nobled <nobled@dreamwidth.org> | 2011-01-24 16:01:26 +0000 |
commit | 7d9517855ab5d7acfda262c6e960ab96b7ce6b9c (patch) | |
tree | 42727e2e5325822c470fb5732b236bf10e13cffa /clients | |
parent | 238515d3d7e0d824d660b3da4f1ac98eeff4a4b8 (diff) |
fix includes
Diffstat (limited to 'clients')
-rw-r--r-- | clients/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clients/Makefile.am b/clients/Makefile.am index 84d29d0..9839b84 100644 --- a/clients/Makefile.am +++ b/clients/Makefile.am @@ -16,8 +16,8 @@ noinst_LTLIBRARIES = libtoytoolkit.la AM_CFLAGS = $(GCC_CFLAGS) AM_CPPFLAGS = \ -DDATADIR='"$(datadir)"' \ - -I$(top_srcdir)/wayland \ -I$(top_builddir)/wayland \ + -I$(top_srcdir)/wayland \ $(CLIENT_CFLAGS) libtoytoolkit_la_SOURCES = \ |