Fix distcheck

This commit is contained in:
William Jon McCann 2009-08-22 11:52:42 -04:00
parent 56361c81f3
commit 074ce4b16f
4 changed files with 24 additions and 14 deletions

View file

@ -1,4 +1,5 @@
SUBDIRS = po libwindow-settings capplets font-viewer help
DIST_SUBDIRS = po libwindow-settings capplets font-viewer help libslab shell typing-break
if HAVE_LIBSLAB_DEPS
SUBDIRS += libslab shell

View file

@ -1,4 +1,4 @@
always_built_SUBDIRS = \
SUBDIRS = \
common \
accessibility \
appearance \
@ -9,7 +9,19 @@ always_built_SUBDIRS = \
network \
windows
SUBDIRS = $(always_built_SUBDIRS)
DIST_SUBDIRS = \
common \
accessibility \
appearance \
default-applications \
keybindings \
keyboard \
mouse \
network \
windows \
display \
about-me
if HAVE_RANDR
SUBDIRS += display
@ -19,7 +31,4 @@ if BUILD_ABOUTME
SUBDIRS += about-me
endif
DIST_SUBDIRS = \
$(always_built_SUBDIRS) display about-me
-include $(top_srcdir)/git.mk

View file

@ -20,6 +20,14 @@ gnome_about_me_SOURCES = \
fingerprint-strings.h \
gnome-about-me.c
MARSHALFILES = marshal.c marshal.h
BUILT_SOURCES = $(MARSHALFILES)
marshal.h: fprintd-marshal.list
@GLIB_GENMARSHAL@ --prefix=fprintd_marshal $< --header > $@
marshal.c: fprintd-marshal.list
@GLIB_GENMARSHAL@ --prefix=fprintd_marshal $< --body --header > $@
if BUILD_ABOUTME
bin_PROGRAMS = gnome-about-me
@ -43,15 +51,6 @@ INCLUDES = \
-DGNOMECC_PIXMAP_DIR="\"$(pkgdatadir)/pixmaps\"" \
-DGNOMELOCALEDIR="\"$(datadir)/locale\""
MARSHALFILES = marshal.c marshal.h
BUILT_SOURCES = $(MARSHALFILES)
marshal.h: $(srcdir)/fprintd-marshal.list
( $(GLIB_GENMARSHAL) --prefix=fprintd_marshal $(srcdir)/fprintd-marshal.list --header > marshal.h )
marshal.c: marshal.h
( $(GLIB_GENMARSHAL) --prefix=fprintd_marshal $(srcdir)/fprintd-marshal.list --body --header > marshal.c )
endif # BUILD_ABOUTME
CLEANFILES = $(GNOMECC_CAPPLETS_CLEANFILES) $(desktop_DATA) $(MARSHALFILES)

View file

@ -1,4 +1,5 @@
INCLUDES = \
-I$(top_srcdir) \
-I$(top_srcdir)/libslab \
$(GNOMECC_SHELL_CFLAGS)