summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>1999-11-18 22:16:52 +0000
committerElliot Lee <sopwith@src.gnome.org>1999-11-18 22:16:52 +0000
commit681d221b3e452a156dcbbea349b423e915d2de7b (patch)
tree112395b0a729ff258d4df9b5e943bb043cd8ff0b /Makefile.am
parent3d8614f6d61cfa33927df31a7e3c9d759166d370 (diff)
downloadgconf-681d221b3e452a156dcbbea349b423e915d2de7b.tar.gz
AM_PATH_GCONF macro. Work with builddir != srcdir Distribute gconf.m4 &
* gconf.m4: AM_PATH_GCONF macro. * wrappers/gtk/Makefile.am, autogen.sh, backends/Makefile.am: Work with builddir != srcdir * Makefile.am: Distribute gconf.m4 & gconf-config.in, install gconf.m4
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 23ca886b..5deafdb5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -9,3 +9,7 @@ SUBDIRS = gconf backends wrappers po intl doc $(GCONF_EDITOR)
bin_SCRIPTS = gconf-config
+m4datadir=$(datadir)/aclocal
+m4data_DATA=gconf.m4
+
+EXTRA_DIST=gconf-config.in gconf.m4