~kamstrup/dee/sorted

« back to all changes in this revision

Viewing changes to tools/Makefile.am

  • Committer: Tarmac
  • Author(s): Michal Hruby
  • Date: 2012-01-02 13:44:53 UTC
  • mfrom: (327.1.1 dee)
  • Revision ID: tarmac-20120102134453-5jkhdaphb2oja52s
Move the source into more common src/ directory.. Fixes: . Appoved by Mikkel Kamstrup Erlandsen.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
AM_CPPFLAGS = \
5
5
        -I$(top_srcdir) \
6
 
        -I$(top_srcdir)/dee \
 
6
        -I$(top_srcdir)/src \
7
7
        $(GCC_FLAGS) \
8
8
        $(DEE_CFLAGS) \
9
9
        $(MAINTAINER_CFLAGS)
10
10
 
11
11
dee_tool_SOURCES = dee-tool.c
12
 
dee_tool_LDADD = $(top_builddir)/dee/libdee-1.0.la $(DEE_LIBS)
 
12
dee_tool_LDADD = $(top_builddir)/src/libdee-1.0.la $(DEE_LIBS)