From 94b7b4dc7f4c9088986b7693287455bb5e397a53 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 1 Dec 2005 15:22:25 +0000 Subject: move pango to base Original commit message from CVS: move pango to base --- ext/Makefile.am | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index af3020bc..b1d06649 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -76,12 +76,6 @@ endif MIKMOD_DIR = # endif -if USE_PANGO -PANGO_DIR = pango -else -PANGO_DIR = -endif - if USE_DV1394 DV1394_DIR = raw1394 else @@ -115,7 +109,6 @@ SUBDIRS = \ $(LIBMNG_DIR) \ $(LIBPNG_DIR) \ $(MIKMOD_DIR) \ - $(PANGO_DIR) \ $(SHOUT2_DIR) \ $(SPEEX_DIR) @@ -130,7 +123,6 @@ DIST_SUBDIRS = \ ladspa \ libcaca \ libpng \ - pango \ raw1394 \ shout2 \ speex -- cgit