summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorRobert Bragg <robert@linux.intel.com>2011-05-05 22:04:07 +0100
committerRobert Bragg <robert@linux.intel.com>2011-05-06 12:12:08 +0100
commit6f2193545ef67db60fc7e7ab1548a82e5a8b8348 (patch)
treeb03f488326c1eec7417df670742674b6d2d1a29e /Makefile.am
parentfbda52d21b66c517252c4989659f8ff297ae4702 (diff)
downloadcogl-6f2193545ef67db60fc7e7ab1548a82e5a8b8348.tar.gz
consistently refer to cogl-pango as "cogl-pango"
This renames the pango directory to cogl-pango and it renames the installed library to libcogl-pango instead of libcoglpango.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index a3c2b814..2e5e9d0f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,7 +1,7 @@
SUBDIRS = cogl
if BUILD_COGL_PANGO
-SUBDIRS += pango
+SUBDIRS += cogl-pango
endif
if COGL_STANDALONE_BUILD