You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
259 B
15 lines
259 B
15 years ago
|
bin_PROGRAMS = %{APPNAMELC}
|
||
|
|
||
|
%{APPNAMELC}_SOURCES = \
|
||
|
%{APPNAMELC}.cc\
|
||
|
main_window_glade.cc \
|
||
|
main_window.cc
|
||
|
|
||
|
noinst_HEADERS = \
|
||
|
main_window_glade.hh \
|
||
|
main_window.hh
|
||
|
|
||
|
AM_CXXFLAGS = @CXXFLAGS@ @GTKMM_CFLAGS@
|
||
|
|
||
|
%{APPNAMELC}_LDADD = @LIBS@ @GTKMM_LIBS@
|