]> git.uio.no Git - u/mrichter/AliRoot.git/blob - OADB/libOADB.pkg
Fixing memory leak introduced with rev. 45388
[u/mrichter/AliRoot.git] / OADB / libOADB.pkg
1 #-*- Mode: Makefile -*-
2
3 SRCS = AliOADBContainer.cxx 
4
5 HDRS:= $(SRCS:.cxx=.h) 
6
7 DHDR= OADBLinkDef.h
8
9 EXPORT:=$(SRCS:.cxx=.h)
10
11 ifeq (win32gcc,$(ALICE_TARGET))
12 PACKSOFLAGS:= $(SOFLAGS) -L$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET) -L$(ROOTLIBDIR)
13 endif