]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Adding PWG1
authorhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 May 2007 17:05:10 +0000 (17:05 +0000)
committerhristov <hristov@f7af4fe6-9843-0410-8265-dc069ae4e863>
Fri, 18 May 2007 17:05:10 +0000 (17:05 +0000)
Makefile

index 791297046dab33d7e2378109bb24212252225f83..322deb09aeb517c49ca9e3859daa07090633b8b0 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -111,6 +111,10 @@ ifeq ($(findstring PWG0,$(MAKECMDGOALS)),PWG0)
 ALIROOTMODULES += PWG0
 endif
 
+ifeq ($(findstring PWG1,$(MAKECMDGOALS)),PWG1)
+ALIROOTMODULES += PWG1
+endif
+
 ifeq ($(findstring PWG2,$(MAKECMDGOALS)),PWG2)
 ALIROOTMODULES += PWG2
 endif