diff options
author | infirit <[email protected]> | 2014-01-08 16:53:23 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-08 16:53:23 +0100 |
commit | 2ff6fb9f311f46c757fdbff994b6c45673b1369d (patch) | |
tree | a64ae76fb67efe9e4f662ee3fab34982e4387603 /Makefile.am | |
parent | 4c3aaf3ad0023204c8e09d02de150ca2a29e9e59 (diff) | |
download | python-caja-2ff6fb9f311f46c757fdbff994b6c45673b1369d.tar.bz2 python-caja-2ff6fb9f311f46c757fdbff994b6c45673b1369d.tar.xz |
Autofoo cleanups
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 1ba7536..c9e0935 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,8 @@ if ENABLE_GTK_DOC SUBDIRS += docs endif +ACLOCAL_AMFLAGS = -I m4 -I . ${ACLOCAL_FLAGS} + pkgconfigdir = $(libdir)/pkgconfig pkgconfig_DATA = caja-python.pc |