summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2012-06-27 12:47:15 +0100
committerBastien Nocera <hadess@hadess.net>2012-06-27 13:19:34 +0100
commit18eb3c5b5b4221ffa2a20ab477a2135d543d0fff (patch)
treee45fa91773c32dc881cdd669b125abc829c85f5f /Makefile.am
parentfb3925b061d2008434375eabab2253d015674080 (diff)
libcheese: Use Totem's aspect frame
Based on the same code as the CheeseAspectFrame, but with the mx dependency removed. https://bugzilla.gnome.org/show_bug.cgi?id=678976
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 4968385..311e144 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -96,14 +96,14 @@ libcheese_gtk_la_LDFLAGS = \
libcheese_gtk_la_SOURCES = \
libcheese/cheese-avatar-chooser.c \
- libcheese/cheese-aspect-frame.c \
+ libcheese/totem-aspect-frame.c \
libcheese/cheese-flash.c \
libcheese/cheese-gtk.c \
libcheese/cheese-widget.c \
libcheese/um-crop-area.c
noinst_libcheese_gtk_headers = \
- libcheese/cheese-aspect-frame.h \
+ libcheese/totem-aspect-frame.h \
libcheese/cheese-avatar-chooser.h \
libcheese/cheese-flash.h \
libcheese/cheese-widget.h \