trunk/src/* move to trunk/ gui
authorladanyi
Mon, 23 May 2005 04:48:14 +0000
branchgui
changeset 3bd60a2909c53
parent 2 358b707800b8
child 4 e099638ff236
trunk/src/* move to trunk/
Makefile.am
     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