]> icculus.org git repositories - btb/d2x.git/blob - main/editor/Makefile.am
Enable global structs for mine saving functions
[btb/d2x.git] / main / editor / Makefile.am
1 noinst_LIBRARIES = libeditor.a
2 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/arch/include -I$(top_srcdir)/main
3
4 libeditor_a_SOURCES = \
5 autosave.c  centers.c   curves.c    eglobal.c   ehostage.c  \
6 elight.c    eobject.c   eswitch.c   fixseg.c    func.c      \
7 group.c     info.c      kbuild.c    kcurve.c    kfuncs.c    \
8 kgame.c     kgroup.c    khelp.c     kmine.c     ksegmove.c  \
9 ksegsel.c   ksegsize.c  ktmap.c     kview.c     macro.c     \
10 med.c       meddraw.c   medmisc.c   medrobot.c  medsel.c    \
11 medwall.c   mine.c      objpage.c   segment.c   seguvs.c    \
12 texpage.c   texture.c
13
14 EXTRA_DIST = \
15 centers.h   editor.h    ehostage.h  eobject.h   eswitch.h   \
16 info.h      kdefs.h     kfuncs.h    macro.h     meddraw.h   \
17 medlisp.h   medmisc.h   medrobot.h  medsel.h    medwall.h   \
18 objpage.h   seguvs.h    texpage.h