diff options
author | Timothy Pearson <[email protected]> | 2013-03-31 02:45:14 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-03-31 02:45:14 -0500 |
commit | bc8c073fb46ceeea6ab93a66f231563581871af3 (patch) | |
tree | a1df480082798094fd3fc7a4e31fca9a027e8cbf /src/Makefile.am | |
parent | c2c9050abab88daaf3cfd32a9125e72e0bfaefaf (diff) | |
download | kima-bc8c073fb46ceeea6ab93a66f231563581871af3.tar.gz kima-bc8c073fb46ceeea6ab93a66f231563581871af3.zip |
Use TDE hardware library instead of HAL
Remove spurious build files
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index 86d2c06..d6db9c8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -20,6 +20,3 @@ messages: rc.cpp noinst_HEADERS = kima.h flowlayout.h sourcelistitem.h SUBDIRS = cpufreqd sources - -AM_CXXFLAGS = @libhal_CFLAGS@ -LIBS += @libhal_LIBS@ |