Makefile.am
branchgui
changeset 3 bd60a2909c53
parent 1 c69fedfbb9b3
child 9 0bb1675306cb
     1.1 --- a/Makefile.am	Thu May 19 11:46:42 2005 +0000
     1.2 +++ b/Makefile.am	Mon May 23 04:48:14 2005 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4 -AM_CPPFLAGS = -I$(top_srcdir)/src
     1.5 -LDADD = $(top_builddir)/src/lemon/libemon.la
     1.6 +AM_CPPFLAGS = -I$(top_srcdir)
     1.7 +LDADD = $(top_builddir)/lemon/libemon.la
     1.8  
     1.9  bin_PROGRAMS = gd
    1.10