diff options
Diffstat (limited to 'src/sources/Makefile.am')
-rw-r--r-- | src/sources/Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/sources/Makefile.am b/src/sources/Makefile.am new file mode 100644 index 0000000..4da707d --- /dev/null +++ b/src/sources/Makefile.am @@ -0,0 +1,20 @@ +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@ |