summaryrefslogtreecommitdiff
path: root/pango/opentype/Makefile.am
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2010-03-30 15:07:35 -0400
committerBehdad Esfahbod <behdad@behdad.org>2010-03-30 15:11:37 -0400
commitd98a35b04f57cebdfdbe40750cd1fa998c730c42 (patch)
tree0c364238aa9be2a25dbc7e16d1a41f8a968b6bac /pango/opentype/Makefile.am
parentd2be51b19cc4ff2f49ee56ca42782f1c1e57fe2c (diff)
downloadpango-d98a35b04f57cebdfdbe40750cd1fa998c730c42.tar.gz
Revert "Remove the .vcproj files before rewriting them"
Revert .vcproj files and accompanying commits as the build stuff needs more work.
Diffstat (limited to 'pango/opentype/Makefile.am')
-rw-r--r--pango/opentype/Makefile.am10
1 files changed, 0 insertions, 10 deletions
diff --git a/pango/opentype/Makefile.am b/pango/opentype/Makefile.am
index 23bb55b3..ebec8ce6 100644
--- a/pango/opentype/Makefile.am
+++ b/pango/opentype/Makefile.am
@@ -55,14 +55,4 @@ main_LDADD = libharfbuzz.la $(GLIB_LIBS)
EXTRA_DIST = README COPYING
-dist-hook: libharfbuzz.sourcefiles
-
-libharfbuzz.sourcefiles: Makefile
- for F in $(libharfbuzz_la_SOURCES); do \
- case $$F in \
- *.c|*.cc) echo ' <File RelativePath="..\..\..\pango\opentype\'$$F'" />' \
- ;; \
- esac; \
- done >libharfbuzz.sourcefiles
-
-include $(top_srcdir)/git.mk