--- wxCpuThrottle/src/Makefile.am 2007/08/08 19:04:07 19 +++ wxCpuThrottle/src/Makefile.am 2007/08/08 21:00:34 20 @@ -1,5 +1,5 @@ # these are the headers for your project -noinst_HEADERS = wxcputhrottle.h +noinst_HEADERS = trayicon.h wxcputhrottle.h wxcputhrottleframe.h ######################################################################### # APPLICATION SECTION @@ -9,6 +9,6 @@ bin_PROGRAMS = wxcputhrottle # the application source, library search path, and link libraries -wxcputhrottle_SOURCES = wxcputhrottle.cpp +wxcputhrottle_SOURCES = trayicon.cpp wxcputhrottle.cpp wxcputhrottleframe.cpp wxcputhrottle_LDFLAGS = $(WX_LIBS)