Makefile.am
branchgui
changeset 1 c69fedfbb9b3
parent 0 137cb007b199
child 3 bd60a2909c53
     1.1 --- a/Makefile.am	Thu May 05 15:34:43 2005 +0000
     1.2 +++ b/Makefile.am	Wed May 11 16:55:18 2005 +0000
     1.3 @@ -1,1 +1,19 @@
     1.4 -SUBDIRS = src
     1.5 +AM_CPPFLAGS = -I$(top_srcdir)/src
     1.6 +LDADD = $(top_builddir)/src/lemon/libemon.la
     1.7 +
     1.8 +bin_PROGRAMS = gd
     1.9 +
    1.10 +gd_SOURCES = \
    1.11 +	all_include.h \
    1.12 +	graph_displayer_canvas.cc \
    1.13 +	graph_displayer_canvas.h \
    1.14 +	graph-displayer.cc \
    1.15 +	main_win.cc \
    1.16 +	main_win.h \
    1.17 +	mapstorage.cc \
    1.18 +	mapstorage.h \
    1.19 +	map_win.cc \
    1.20 +	map_win.h
    1.21 +
    1.22 +gd_CXXFLAGS = $(GTK_CFLAGS)
    1.23 +gd_LDFLAGS = $(GTK_LIBS)