diff options
author | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-15 21:51:13 +0800 |
---|---|---|
committer | Fridrich Strba <fridrich.strba@bluewin.ch> | 2010-03-15 21:51:13 +0800 |
commit | c4cde2306609d73824608f216c2c29726602b8a7 (patch) | |
tree | 0cca78bfa415d71cc3da23ea8b5de11c63b85b71 /calendar | |
parent | 7472c99b1972c32358091143dc1a07f6ff10a242 (diff) | |
download | gsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.tar.gz gsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.tar.zst gsoc2013-evolution-c4cde2306609d73824608f216c2c29726602b8a7.zip |
Actually respect the --disable-schemas-install configure option
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/gui/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/calendar/gui/Makefile.am b/calendar/gui/Makefile.am index ba6d56dc87..71ba72acd6 100644 --- a/calendar/gui/Makefile.am +++ b/calendar/gui/Makefile.am @@ -256,6 +256,8 @@ CLEANFILES = $(BUILT_SOURCES) DISTCLEANFILES = $(schema_DATA) +if GCONF_SCHEMAS_INSTALL + if OS_WIN32 install-data-local: if test -z "$(DESTDIR)"; then \ @@ -274,6 +276,8 @@ install-data-local: fi endif +endif + dist-hook: cd $(distdir); rm -f $(BUILT_SOURCES) |