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.
kima/src/sources/Makefile.am

21 lines
1.0 KiB

INCLUDES = -I$(top_srcdir)/src/cpufreqd -I$(top_srcdir)/src/sources $(all_includes)
METASOURCES = AUTO
libsources_la_LDFLAGS = $(all_libraries)
libsources_la_LIBADD = $(LIB_QT) $(LIB_KDECORE)
noinst_LTLIBRARIES = libsources.la
libsources_la_SOURCES = acpithermalsrc.cpp batterysrc.cpp cpuinfofreqsrc.cpp \
hddtempsrc.cpp hwmonfansrc.cpp hwmonthermalsrc.cpp i8ksrc.cpp ibmacpifansrc.cpp \
ibmacpithermalsrc.cpp ibmhdaps.cpp ibookg4thermalsrc.cpp labelsource.cpp labelsourcePrefs.ui \
nvidiathermalsrc.cpp omnibookthermalsrc.cpp source.cpp sourceprefs.ui \
sysfreqsrc.cpp threadedtrigger.cpp triggeredsource.cpp updateevent.cpp \
uptimesrc.cpp
noinst_HEADERS = acpithermalsrc.h batterysrc.h cpuinfofreqsrc.h hddtempsrc.h \
hwmonfansrc.h hwmonthermalsrc.h i8ksrc.h ibmacpifansrc.h ibmacpithermalsrc.h \
ibmhdaps.h ibookg4thermalsrc.h labelsource.h nvidiathermalsrc.h \
omnibookthermalsrc.h source.h sysfreqsrc.h \
threadedtrigger.h triggeredsource.h updateevent.h uptimesrc.h
AM_CXXFLAGS = @libhal_CFLAGS@ @nvcontrol_CFLAGS@
LIBS += @libhal_LIBS@ @nvcontrol_LIBS@