diff options
author | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-02-02 18:43:25 +0000 |
---|---|---|
committer | Simon McVittie <simon.mcvittie@collabora.co.uk> | 2009-02-02 18:43:25 +0000 |
commit | 2d6689f6fb96d5633b10af59306488399de1cb29 (patch) | |
tree | 7bb977a95fe9fe4d3a00efe9560b84733107791d | |
parent | 0540451ad76b089a823253c18d427b9ebdf624d0 (diff) |
tests/twisted: remove config.py in clean (fix distcheck)telepathy-gabble-0.7.20
-rw-r--r-- | tests/twisted/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/twisted/Makefile.am b/tests/twisted/Makefile.am index e62e4d4b7..e51ef4e1c 100644 --- a/tests/twisted/Makefile.am +++ b/tests/twisted/Makefile.am @@ -159,7 +159,7 @@ AM_CFLAGS = $(ERROR_CFLAGS) @DBUS_CFLAGS@ @GLIB_CFLAGS@ @LOUDMOUTH_CFLAGS@ \ -I $(top_srcdir)/src -I $(top_builddir)/src ALL_LIBS = @DBUS_LIBS@ @GLIB_LIBS@ @LOUDMOUTH_LIBS@ @TP_GLIB_LIBS@ -CLEANFILES = gabble-[1-9]*.log *.pyc */*.pyc +CLEANFILES = gabble-[1-9]*.log *.pyc */*.pyc config.py check_misc_sources = $(TESTS) |