aboutsummaryrefslogtreecommitdiffstats
path: root/lib/hipe/util/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hipe/util/Makefile')
-rw-r--r--lib/hipe/util/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/hipe/util/Makefile b/lib/hipe/util/Makefile
index 04de7f7823..eeb81ac482 100644
--- a/lib/hipe/util/Makefile
+++ b/lib/hipe/util/Makefile
@@ -48,7 +48,7 @@ HIPE_MODULES = hipe_vectors
else
HIPE_MODULES =
endif
-MODULES = hipe_timing hipe_dot hipe_digraph $(HIPE_MODULES)
+MODULES = hipe_timing hipe_dot hipe_digraph hipe_dsets $(HIPE_MODULES)
HRL_FILES=
ERL_FILES= $(MODULES:%=%.erl)