diff options
author | William Jon McCann <jmccann@redhat.com> | 2009-08-23 16:47:25 -0400 |
---|---|---|
committer | William Jon McCann <jmccann@redhat.com> | 2009-08-23 16:47:25 -0400 |
commit | 75cd827c8329a3cf3d3d7278e9660d1769d1836b (patch) | |
tree | c40df748927b9ea2fb07549faa62a2a1553ad49d /utils/Makefile.am | |
parent | a5794429226fa042c7146bc5bf8b4afa823d076e (diff) | |
download | gdm-75cd827c8329a3cf3d3d7278e9660d1769d1836b.tar.gz |
Add screen capture sound effect to screenshot tool
Diffstat (limited to 'utils/Makefile.am')
-rw-r--r-- | utils/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/Makefile.am b/utils/Makefile.am index 7b90beb9..0b6ea049 100644 --- a/utils/Makefile.am +++ b/utils/Makefile.am @@ -6,6 +6,7 @@ AM_CPPFLAGS = \ -DLOCALSTATEDIR=\""$(localstatedir)"\" \ -DGNOMELOCALEDIR=\""$(datadir)/locale"\" \ $(UTILS_CFLAGS) \ + $(CANBERRA_GTK_CFLAGS) \ $(GTK_CFLAGS) \ $(COMMON_CFLAGS) \ $(NULL) @@ -49,6 +50,7 @@ gdm_screenshot_SOURCES = \ gdm_screenshot_LDADD = \ $(GTK_LIBS) \ + $(CANBERRA_GTK_LIBS) \ $(COMMON_LIBS) \ $(NULL) |