diff options
Diffstat (limited to 'src/sources/Makefile.am')
-rw-r--r-- | src/sources/Makefile.am | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/sources/Makefile.am b/src/sources/Makefile.am deleted file mode 100644 index 7ca0271..0000000 --- a/src/sources/Makefile.am +++ /dev/null @@ -1,20 +0,0 @@ -INCLUDES = -I$(top_srcdir)/src/cpufreqd -I$(top_srcdir)/src/sources $(all_includes) -METASOURCES = AUTO -libsources_la_LDFLAGS = $(all_libraries) -libsources_la_LIBADD = $(LIB_TQT) $(LIB_TDECORE) -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 = @nvcontrol_CFLAGS@ -LIBS += @nvcontrol_LIBS@ |