--- wxCpuThrottle/src/Makefile.am 2007/08/09 17:24:40 23 +++ wxCpuThrottle/src/Makefile.am 2007/08/09 20:57:19 24 @@ -1,5 +1,5 @@ # these are the headers for your project -noinst_HEADERS = trayicon.h wxcputhrottle.h wxcputhrottleframe.h +noinst_HEADERS = acpiparser.h trayicon.h wxcputhrottle.h wxcputhrottleframe.h ######################################################################### # APPLICATION SECTION @@ -9,6 +9,7 @@ bin_PROGRAMS = wxcputhrottle # the application source, library search path, and link libraries -wxcputhrottle_SOURCES = trayicon.cpp wxcputhrottle.cpp wxcputhrottleframe.cpp +wxcputhrottle_SOURCES = acpiparser.cpp trayicon.cpp wxcputhrottle.cpp \ + wxcputhrottleframe.cpp wxcputhrottle_LDFLAGS = $(WX_LIBS)