blob: 4645a6e313ff90f776713d3c626006bf91258a90 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
EXTRA_DIST = \
pango.sln \
pango-build-defines.vsprops \
pango-ignore-fc.vsprops \
pango-install-bin.vsprops \
pango-install.vsprops \
pango-install.vspropsin \
pango-prebuild.vsprops \
pango-version-paths.vsprops \
pango.vcprojin \
pango.vcproj \
pangoft2.vcprojin \
pangoft2.vcproj \
pangocairo.vcprojin \
pangocairo.vcproj \
pangowin32.vcproj \
pango-install.vcproj \
stdint.h \
README.txt
# TODO rewrite in a way that doesn't break make distcheck
#pango-install.vsprops: $(top_srcdir)/build/win32/vs9/pango-install.vspropsin pango.vs9.headers
# $(CPP) -P - <$(top_srcdir)/build/win32/vs9/pango-install.vspropsin >$@
# rm pango.vs9.headers
DISTCLEANFILES = pango-install.vsprops
-include $(top_srcdir)/git.mk
|