summaryrefslogblamecommitdiff
path: root/src/Makefile.am
blob: b90361d7897fe2e80fd3dfb69c2d384c8195635f (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15














                                                           

                  


                                         
AUTOMAKE_OPTIONS = subdir-objects

bin_PROGRAMS = mplint

mplint_CXXFLAGS = -DPKG_DATADIR=\""$(pkgdatadir)/"\"      \
    -DLOCALEDIR=\""$(localedir)"\"           \
    -Wall -Wextra

mplint_SOURCES = \
    lintmanager.cpp \
    lintmanager.h \
    localconsts.h \
    main.cpp \
    rulebase.cpp \
    rulebase.h \
    template.hpp \
    rules/dump.cpp

# set the include path found by configure
AM_CPPFLAGS = $(all_includes)