fix possible crash on user deletion
[srvx.git] / rx / Makefile.am
1 # this is "dirty" code -- please don't compile with -Wall :)
2 AM_CFLAGS = -W
3 noinst_LIBRARIES = librx.a
4
5 librx_a_SOURCES = \
6         hashrexp.c \
7         _rx.h rx.c rx.h \
8         rxanal.c rxanal.h \
9         rxbasic.c rxbasic.h \
10         rxbitset.c rxbitset.h \
11         rxcontext.h \
12         rxcset.c rxcset.h \
13         rxgnucomp.c rxgnucomp.h \
14         rxhash.c rxhash.h \
15         rxnfa.c rxnfa.h \
16         rxnode.c rxnode.h \
17         rxposix.c inst-rxposix.h rxposix.h \
18         rxproto.h \
19         rxsimp.c rxsimp.h \
20         rxspencer.c rxspencer.h \
21         rxstr.c rxstr.h \
22         rxsuper.c rxsuper.h \
23         rxunfa.c rxunfa.h \
24         rxall.h