# these are the headers for your project noinst_HEADERS = acpiparser.h trayicon.h wxcputhrottle.h wxcputhrottleframe.h ######################################################################### # APPLICATION SECTION ######################################################################### # this is the program that gets installed. it's name is used for all # of the other Makefile.am variables bin_PROGRAMS = wxcputhrottle # the application source, library search path, and link libraries wxcputhrottle_SOURCES = acpiparser.cpp trayicon.cpp wxcputhrottle.cpp \ wxcputhrottleframe.cpp wxcputhrottle_LDFLAGS = $(WX_LIBS)