summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-06-18 11:57:12 +0200
committerAlexander Larsson <alexl@redhat.com>2015-06-22 17:29:19 +0200
commit6e26045943d27656b4444e157d0d10c025aa69db (patch)
treec95ff4fd1b4c4f4e3a24420a53cebc34678ad225 /tests/Makefile.am
parent60058fd5bdf289fe9210671447aaf027c8cd8a03 (diff)
downloadgdm-6e26045943d27656b4444e157d0d10c025aa69db.tar.gz
gdm-common: Add gdm_shell_expand() and tests
This allows shell-like expansion of strings. It will be later used to allow configuring the environment via config files. https://bugzilla.gnome.org/show_bug.cgi?id=751158
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 63fc198c..c6475af8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -21,6 +21,8 @@ m_common_SOURCES = \
m-common.c \
s-common-address.c \
s-common-address.h \
+ s-common.c \
+ s-common.h \
$(NULL)
m_common_CFLAGS = \