From da1c89890941c2d9ca75a9a2cf5f6c2afe345044 Mon Sep 17 00:00:00 2001 From: trisk Date: Thu, 26 Jul 2007 13:35:00 +0000 Subject: [PATCH] * Add rule for missing src/libs/python/bongo/Makefile. * Don't remove bongo-python-wrapper in clean, it's generated by config.status. --- configure.ac | 1 + src/libs/python/Bongo.rules | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index d463af6..7d013c6 100644 --- a/configure.ac +++ b/configure.ac @@ -688,6 +688,7 @@ src/libs/nmap/Makefile src/libs/python/Makefile src/libs/python/bongo-python-wrapper src/libs/python/libbongo/Makefile +src/libs/python/bongo/Makefile src/libs/python/bongo/Xpl.py src/libs/bongoutil/Makefile src/libs/bongoutil/tests/Makefile diff --git a/src/libs/python/Bongo.rules b/src/libs/python/Bongo.rules index 2d671c7..4db1d91 100644 --- a/src/libs/python/Bongo.rules +++ b/src/libs/python/Bongo.rules @@ -145,7 +145,6 @@ pkgpythonstore_PYTHON := \ src/libs/python/bongo/store/StoreConnection.py CLEANFILES += \ - src/libs/python/bongo-python-wrapper \ src/libs/python/bongo/*.pyc \ src/libs/python/bongo/external/*.pyc \ src/libs/python/bongo/external/simplejson/*.pyc \