summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
blob: 5a110d0dd9316f693ab5240354d763a7eddde3ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
noinst_LIBRARIES = libor.a

#CFLAGS  = -Wall -Wpointer-arith -O2

libor_a_SOURCES = cell.c config.c key.c log.c opcell.c \
                     routent.c scheduler.c utils.c

# ss.h is not used anywhere, distributing it just because

noinst_HEADERS = cell.h config.h key.h log.h opcell.h \
		     policies.h routent.h scheduler.h utils.h \
                     ss.h version.h