Make c++ code buildable.
[aho.git] / Makefile.am
1 AUTOMAKE_OPTIONS = gnu subdir-objects
2 ACLOCAL_AMFLAGS = ${ACLOCAL_FLAGS}
3
4 bin_PROGRAMS = aho
5
6 aho_SOURCES = src/main.cpp src/algorithm.cpp
7
8 aho_CPPFLAGS = \
9         $(aho_CFLAGS)
10
11 aho_LDADD = \
12          $(aho_LIBS)
13
14 dist_noinst_SCRIPTS = autogen.sh