summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTheppitak Karoonboonyanan <thep@linux.thai.net>2010-06-16 20:34:55 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2010-06-16 20:34:55 -0400
commitb55b7e37a7e376e9a1d44ee580c3557e5f9c2881 (patch)
tree143724be0b9a92b61937d86dfb7842cfb4212176 /common
parent6d71baa7dc80766cc07b1c3d1d1d37673f0cd896 (diff)
downloadgdm-b55b7e37a7e376e9a1d44ee580c3557e5f9c2881.tar.gz
Allow non-source-dir build
https://bugzilla.gnome.org/show_bug.cgi?id=570174
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 1e343c9e..03cb46bc 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -70,8 +70,6 @@ endif
libgdmcommon_la_SOURCES = \
gdm-address.h \
gdm-address.c \
- gdm-marshal.c \
- gdm-marshal.h \
gdm-common.h \
gdm-common.c \
gdm-common-unknown-origin.h \
@@ -100,6 +98,10 @@ libgdmcommon_la_SOURCES = \
$(MKDTEMP_FILES) \
$(NULL)
+nodist_libgdmcommon_la_SOURCES = \
+ gdm-marshal.c \
+ gdm-marshal.h
+
libgdmcommon_la_CPPFLAGS = \
$(AM_CPPFLAGS) \
$(DISABLE_DEPRECATED_CFLAGS) \