aboutsummaryrefslogtreecommitdiffstats
path: root/randpkt_core
diff options
context:
space:
mode:
authorJoão Valverde <joao.valverde@tecnico.ulisboa.pt>2017-10-15 14:35:06 +0100
committerJoão Valverde <j@v6e.pt>2017-10-15 14:17:20 +0000
commit9764cd0a830e87c8acf13b4d494ea7fe4df72f85 (patch)
treea921bbde0a941eabf36bf3b14f66ce3c50fc0f47 /randpkt_core
parentf89b8ccff4d2172a8c244d46d1c559018b5ce917 (diff)
autotools: make maintainer-clean should allow rerunning 'configure'
Change-Id: Iedae94ffefe27b13b1967d69cacb757b5aa4576d Reviewed-on: https://code.wireshark.org/review/23928 Petri-Dish: João Valverde <j@v6e.pt> Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org> Reviewed-by: João Valverde <j@v6e.pt>
Diffstat (limited to 'randpkt_core')
-rw-r--r--randpkt_core/Makefile.am7
1 files changed, 0 insertions, 7 deletions
diff --git a/randpkt_core/Makefile.am b/randpkt_core/Makefile.am
index d46b9be4b4..354598d0c4 100644
--- a/randpkt_core/Makefile.am
+++ b/randpkt_core/Makefile.am
@@ -30,17 +30,11 @@ CLEANFILES = \
librandpkt_core.a \
*~
-MAINTAINERCLEANFILES = \
- $(GENERATED_FILES) \
- Makefile.in
-
# All sources that should be put in the source distribution tarball
librandpkt_core_a_SOURCES = \
randpkt_core.c \
randpkt_core.h
-librandpkt_core_a_DEPENDENCIES =
-
doxygen:
if HAVE_DOXYGEN
$(DOXYGEN) doxygen.cfg
@@ -64,6 +58,5 @@ checkapi-todo:
$(librandpkt_core_a_SOURCES)
EXTRA_DIST = \
- $(GENERATOR_FILES) \
CMakeLists.txt \
doxygen.cfg.in