summaryrefslogtreecommitdiffstats
path: root/src/Makefile.am
blob: 65ae0ab708dc3184d4055a624459e7628e2ecce0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include $(top_srcdir)/src/resources/Makefile.am

src_SOURCES = \
              src/main.c \
              src/init.h        src/init.c \
              src/logging.h     src/logging.c \
              src/xml.h         src/xml.c \
              src/base64.h      src/base64.c \
              src/compression.h src/compression.c \
              src/viewport.h    src/viewport.c \
              src/area.h        src/area.c \
              $(src_resources_SOURCES)