gui/Makefile.am
author hegyi
Mon, 13 Jun 2005 10:30:08 +0000
changeset 1474 75c6d2eb187a
parent 1435 8e85e6bbefdf
child 1497 529e48eb9786
permissions -rw-r--r--
Edge creation is available.
     1 AM_CPPFLAGS = -I$(top_srcdir)
     2 LDADD = $(top_builddir)/lemon/libemon.la
     3 
     4 bin_PROGRAMS = gd
     5 
     6 gd_SOURCES = \
     7 	all_include.h \
     8 	graph_displayer_canvas.cc \
     9 	graph_displayer_canvas.h \
    10 	graph-displayer.cc \
    11 	main_win.cc \
    12 	main_win.h \
    13 	mapstorage.cc \
    14 	mapstorage.h \
    15 	map_win.cc \
    16 	map_win.h \
    17 	edit_win.cc \
    18 	edit_win.h
    19 
    20 gd_CXXFLAGS = $(GTK_CFLAGS)
    21 gd_LDFLAGS = $(GTK_LIBS)