summaryrefslogtreecommitdiffstats
path: root/ext/pango/Makefile.am
diff options
context:
space:
mode:
authorDavid Schleef <ds@schleef.org>2003-08-10 00:01:58 +0000
committerDavid Schleef <ds@schleef.org>2003-08-10 00:01:58 +0000
commit37fe79eef22570af7f0cab1f6fe9bd1dcfaf7e45 (patch)
treeb2c0f6986457c71cebebf8bf802d7233facd631e /ext/pango/Makefile.am
parent4b1e65ddacc635584cc4fffd70efe683fd7a78cc (diff)
Remove redundant plugindir definition
Original commit message from CVS: Remove redundant plugindir definition
Diffstat (limited to 'ext/pango/Makefile.am')
-rw-r--r--ext/pango/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/pango/Makefile.am b/ext/pango/Makefile.am
index 5304729a..2ec7e4ea 100644
--- a/ext/pango/Makefile.am
+++ b/ext/pango/Makefile.am
@@ -1,4 +1,3 @@
-plugindir = $(libdir)/gstreamer-@GST_MAJORMINOR@
#PANGO_CFLAGS = -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2
#PANGO_LDFLAGS = -Wl,--export-dynamic -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lgmodule-2.0 -ldl -lglib-2.0