summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-11-26 22:05:38 +0100
committerAlexander Larsson <alexl@redhat.com>2015-11-26 22:05:38 +0100
commit106a5b06ecb28f4eb0eda9310b28903effe9d381 (patch)
tree3a30d6cb3a7983f20ee12352c5a5a6e0a7ba684a /configure.ac
parent49af28893711fbf8eda6bf34651c8b659702e4bf (diff)
downloadxdg-app-106a5b06ecb28f4eb0eda9310b28903effe9d381.tar.gz
Rename lib/ to common/ in preparation for public xdg-app library
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 5b9d22d..98937c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -11,7 +11,7 @@ AC_DISABLE_STATIC
LT_PREREQ([2.2.6])
LT_INIT([disable-static])
-AC_CONFIG_SRCDIR([lib/xdg-app-helper.c])
+AC_CONFIG_SRCDIR([common/xdg-app-helper.c])
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([1.11 no-define no-dist-gzip dist-xz tar-ustar foreign subdir-objects])