gui/Makefile.am
author hegyi
Mon, 21 Nov 2005 18:03:20 +0000
changeset 1823 cb082cdf3667
parent 1731 616bc933c2bc
child 1849 a4d1362397fe
permissions -rw-r--r--
NewMapWin has become Dialog instead of Window. Therefore it is created dynamically, when there is need for it, instead of keeping one instance in memory. This solution is slower, but more correct than before.
     1 SUBDIRS = icons
     2 
     3 AM_CPPFLAGS = -I$(top_srcdir)
     4 LDADD = $(top_builddir)/lemon/libemon.la
     5 
     6 
     7 bin_PROGRAMS = glemon
     8 
     9 glemon_SOURCES = \
    10 	all_include.h \
    11 	graph_displayer_canvas.cc \
    12 	graph_displayer_canvas-edge.cc \
    13 	graph_displayer_canvas-node.cc \
    14 	graph_displayer_canvas-event.cc \
    15 	graph_displayer_canvas-zoom.cc \
    16 	graph_displayer_canvas.h \
    17 	graph-displayer.cc \
    18 	gdc-broken_edge.cc \
    19 	main_win.cc \
    20 	main_win.h \
    21 	mapstorage.cc \
    22 	mapstorage.h \
    23 	map_win.cc \
    24 	map_win.h \
    25 	mw-mapselector.cc \
    26 	new_map_win.cc \
    27 	new_map_win.h \
    28 	xymap.h \
    29 	icons/guipixbufs.h
    30 
    31 
    32 glemon_CXXFLAGS = $(GTK_CFLAGS)
    33 glemon_LDFLAGS = $(GTK_LIBS)