summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@gnome.org>2005-11-08 20:18:51 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2005-11-08 20:18:51 +0000
commitc3c4b97bc788db03578a98f3613de8c6a4ecc71a (patch)
tree04847c7b189092104ac835949289ba17d4ecc974 /Makefile.am
parentec5ac1c6d58b791eb8c8069fb329baf37c1ed8a0 (diff)
Update.
2005-11-08 Kjartan Maraas <kmaraas@gnome.org> * NEWS: Update. * Makefile.am: * autogen.sh: * configure.in: * python/Makefile.am: I'm attaching a patch that modernizes the python binding build stuff. Notably, it excludes python/vte.c from the dist. Right now as it stands, the file is disted, which means people's builds will not work unless they build against pygtk 2.8, which makes this bug somewhat important. Patch from Manish Sing Closes bug #320931.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index ca27fbb..f9bbe6c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
SUBDIRS = src python termcaps po doc
-EXTRA_DIST = HACKING vte.spec vte.pc.in vte-uninstalled.pc.in MESSAGE-OF-DOOM
+EXTRA_DIST = HACKING vte.spec vte.pc.in vte-uninstalled.pc.in
if BUILD_GNOME_PTY_HELPER
SUBDIRS += gnome-pty-helper
endif