diff options
author | Ted Gould <ted@gould.cx> | 2010-12-07 21:19:34 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-12-07 21:19:34 -0600 |
commit | 15b3158968399812603ce7ad75f28e4b1bc75c28 (patch) | |
tree | 8fbbd3369154abd74aeac69d50c9ef67183cfec8 /tests | |
parent | b11d9481ab38cce236e87463206eb489777e5bfa (diff) | |
parent | 58c157738e5aae7a01422b21a3b1f0a6e3ca2ed9 (diff) | |
download | libdbusmenu-15b3158968399812603ce7ad75f28e4b1bc75c28.tar.gz libdbusmenu-15b3158968399812603ce7ad75f28e4b1bc75c28.tar.bz2 libdbusmenu-15b3158968399812603ce7ad75f28e4b1bc75c28.zip |
Switching the jsonloader include files dir
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 | ||||
-rw-r--r-- | tests/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index df2a364..17b44d1 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -52,7 +52,7 @@ XVFB_RUN=". $(srcdir)/run-xvfb.sh" lib_LTLIBRARIES = libdbusmenu-jsonloader.la -libdbusmenu_jsonloaderincludedir=$(includedir)/libdbusmenu-0.1/libdbusmenu-jsonloader/ +libdbusmenu_jsonloaderincludedir=$(includedir)/libdbusmenu-0.4/libdbusmenu-jsonloader/ libdbusmenu_jsonloaderinclude_HEADERS = \ json-loader.h diff --git a/tests/Makefile.in b/tests/Makefile.in index 30851b3..a5901fe 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -619,7 +619,7 @@ XVFB_RUN = ". $(srcdir)/run-xvfb.sh" # JSON Loader lib ###################### lib_LTLIBRARIES = libdbusmenu-jsonloader.la -libdbusmenu_jsonloaderincludedir = $(includedir)/libdbusmenu-0.1/libdbusmenu-jsonloader/ +libdbusmenu_jsonloaderincludedir = $(includedir)/libdbusmenu-0.4/libdbusmenu-jsonloader/ libdbusmenu_jsonloaderinclude_HEADERS = \ json-loader.h |