diff options
author | Lennart Poettering <lennart@poettering.net> | 2005-07-01 22:31:34 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2005-07-01 22:31:34 +0000 |
commit | 591e32671c75a5925ef2d5479ef03438a85f0c1e (patch) | |
tree | 8a5863448f689a2bb6bcf1823773f51109c00f4a /src | |
parent | 0bba28c79508eb5919b24aa8791b9052ea60106b (diff) |
autoconf updats
git-svn-id: file:///home/lennart/svn/public/syrep/trunk@88 07ea20a6-d2c5-0310-9e02-9ef735347d72
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index d3911b1..53c1b1d 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -16,7 +16,7 @@ # along with syrep; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. -AM_CPPFLAGS=-I../lib -D_GNU_SOURCE +AM_CPPFLAGS=-I$(top_srcdir)/lib bin_PROGRAMS = syrep |