summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>2005-02-07 21:50:47 +0000
committerManish Singh <yosh@src.gnome.org>2005-02-07 21:50:47 +0000
commitd508b2608051bc953d074d9a7ec2e1ec3514473f (patch)
treed659a07bd1b3bff6eb0a8f5565072d34e2c0db98 /modules
parentd52f78b10b8c1f29f04877d9e6e6635613f0653e (diff)
downloadpango-d508b2608051bc953d074d9a7ec2e1ec3514473f.tar.gz
Remove inadvertent references to "khmer" module
Diffstat (limited to 'modules')
-rw-r--r--modules/Makefile.am1
-rw-r--r--modules/makefile.msc8
2 files changed, 2 insertions, 7 deletions
diff --git a/modules/Makefile.am b/modules/Makefile.am
index 39cc6ff7..f1ff5d30 100644
--- a/modules/Makefile.am
+++ b/modules/Makefile.am
@@ -6,7 +6,6 @@ SUBDIRS = \
hangul \
hebrew \
indic \
- khmer \
syriac \
thai \
tibetan
diff --git a/modules/makefile.msc b/modules/makefile.msc
index 5d5786f0..1f157f55 100644
--- a/modules/makefile.msc
+++ b/modules/makefile.msc
@@ -1,6 +1,6 @@
# modles for the ft2 backend, don't include 'basic'
# here it is built-in pangoft.dll, see ../pango/makefile.msc
-MODULES = arabic hangul hebrew indic syriac thai khmer
+MODULES = arabic hangul hebrew indic syriac thai
!IFNDEF MODULE
@@ -43,10 +43,6 @@ OBJECTS = syriac-fc.obj syriac-ot.obj
OBJECTS = thai-fc.obj thai-shaper.obj
!ENDIF
-!IFDEF OBJ_khmer
-OBJECTS = khmer_fc.obj
-!ENDIF
-
!IFNDEF OBJECTS
OBJECTS = $(MODULE)-fc.obj
!ENDIF
@@ -60,4 +56,4 @@ libpango-$(MODULE)-fc.dll : $(OBJECTS) ..\module.def
$(CC) $(CFLAGS) -LD -Fe$@ $(OBJECTS) $(LINKS) $(LDFLAGS) /def:..\module.def
# MODULE
-!ENDIF \ No newline at end of file
+!ENDIF