From 9d72e3bab387f42986a2f570e6a557499e70e65d Mon Sep 17 00:00:00 2001 From: Fons Rademakers <Fons.Rademakers@cern.ch> Date: Wed, 15 Nov 2006 18:33:05 +0000 Subject: [PATCH] add unuran to the list off all modules so make distclean will clean it. git-svn-id: http://root.cern.ch/svn/root/trunk@16782 27541ba8-7e3a-0410-8455-c3a389f83636 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7055c83ee8..5a26f5f5f6b 100644 --- a/Makefile +++ b/Makefile @@ -220,7 +220,7 @@ MODULES += unix winnt x11 x11ttf win32gdk gl rfio castor thread \ ldap mlp krb5auth rpdutils globusauth pyroot ruby gfal \ qt qtroot qtgsi xrootd netx proofx alien clarens peac oracle \ xmlparser mathcore mathmore reflex cintex roofit minuit2 \ - monalisa fftw odbc + monalisa fftw odbc unuran MODULES := $(sort $(MODULES)) # removes duplicates endif -- GitLab