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.
|
bin_PROGRAMS = %{APPNAMELC}
|
|
|
|
%{APPNAMELC}_SOURCES = \
|
|
%{APPNAMELC}.cpp\
|
|
main_window_glade.cpp \
|
|
main_window.cpp
|
|
|
|
noinst_HEADERS = \
|
|
main_window_glade.h \
|
|
main_window.h
|
|
|
|
AM_CXXFLAGS = @CXXFLAGS@ @GTKMM_CFLAGS@
|
|
|
|
%{APPNAMELC}_LDADD = @LIBS@ @GTKMM_LIBS@
|