summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2013-02-18 00:57:27 -0500
committerWilliam Jon McCann <jmccann@redhat.com>2013-02-18 17:04:00 -0500
commit4c440146ac9714a8f718734b6333cca715244500 (patch)
treec527adb6f7e4b10baa84cec831143e0bdcad6ed8 /Makefile.am
parent2394db20c55feca0e046acd5edce7e44be20b1e5 (diff)
downloadlibgd-4c440146ac9714a8f718734b6333cca715244500.tar.gz
Add GdStackSwitcher
https://bugzilla.gnome.org/show_bug.cgi?id=694036
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 45a2f24..4cfcbb2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -156,6 +156,8 @@ if LIBGD_STACK
stack_sources = \
libgd/gd-stack.c \
libgd/gd-stack.h \
+ libgd/gd-stack-switcher.c \
+ libgd/gd-stack-switcher.h \
$(NULL)
nodist_libgd_la_SOURCES += $(stack_sources)