Makefile.am
changeset 160 14a76109b561
parent 142 90d0348e14cb
child 162 aaa517c9dc23
equal deleted inserted replaced
28:8456022d421f 29:d840bfdf2437
    40 	gui_writer.h \
    40 	gui_writer.h \
    41 	gui_writer.cc \
    41 	gui_writer.cc \
    42 	xml.h \
    42 	xml.h \
    43 	guipixbufs.h \
    43 	guipixbufs.h \
    44 	i18n.h \
    44 	i18n.h \
    45 	gettext.h
    45 	gettext.h \
       
    46 	design_win.h \
       
    47 	design_win.cc
    46 
    48 
    47 glemon_CXXFLAGS = $(GTK_CFLAGS) $(LEMON_CFLAGS)
    49 glemon_CXXFLAGS = $(GTK_CFLAGS) $(LEMON_CFLAGS)
    48 glemon_LDFLAGS = $(GTK_LIBS) $(LEMON_LIBS)
    50 glemon_LDFLAGS = $(GTK_LIBS) $(LEMON_LIBS)
    49 glemon_LDADD = $(LIBINTL)
    51 glemon_LDADD = $(LIBINTL)
    50 
    52