src/gui/Makefile.am
changeset 1435 8e85e6bbefdf
parent 1434 d8475431bbbb
child 1436 e0beb94d08bf
     1.1 --- a/src/gui/Makefile.am	Sat May 21 21:04:57 2005 +0000
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,19 +0,0 @@
     1.4 -AM_CPPFLAGS = -I$(top_srcdir)/src
     1.5 -LDADD = $(top_builddir)/src/lemon/libemon.la
     1.6 -
     1.7 -bin_PROGRAMS = gd
     1.8 -
     1.9 -gd_SOURCES = \
    1.10 -	all_include.h \
    1.11 -	graph_displayer_canvas.cc \
    1.12 -	graph_displayer_canvas.h \
    1.13 -	graph-displayer.cc \
    1.14 -	main_win.cc \
    1.15 -	main_win.h \
    1.16 -	mapstorage.cc \
    1.17 -	mapstorage.h \
    1.18 -	map_win.cc \
    1.19 -	map_win.h
    1.20 -
    1.21 -gd_CXXFLAGS = $(GTK_CFLAGS)
    1.22 -gd_LDFLAGS = $(GTK_LIBS)