Skip to content

Commit

Permalink
Remove the now unnecessary Makefiles, they get generated automaticall…
Browse files Browse the repository at this point in the history
…y by qmake.

Fix a minor bug where it wouldn't consider two shows with the same title
and same start time but on different channels to be conflicting.


git-svn-id: http://svn.mythtv.org/svn/trunk@123 7dbf422c-18fa-0310-86e9-fd20926502f2
  • Loading branch information
Isaac Richards committed Jul 17, 2002
1 parent 1be3d5e commit c6955ac
Show file tree
Hide file tree
Showing 9 changed files with 7 additions and 1,032 deletions.
199 changes: 0 additions & 199 deletions mythtv/libs/libNuppelVideo/Makefile

This file was deleted.

160 changes: 0 additions & 160 deletions mythtv/libs/libmythtv/Makefile

This file was deleted.

8 changes: 4 additions & 4 deletions mythtv/libs/libmythtv/libmythtv.pro
Expand Up @@ -12,11 +12,11 @@ INCLUDEPATH += ../libNuppelVideo
TARGETDEPS = ../libNuppelVideo/libNuppelVideo.a

installfiles.path = /usr/local/share/mythtv
installfiles.files = helr.ttf settings.txt
installfiles.files = helr.ttf

#!exists( /usr/local/share/mythtv/settings.txt ) {
# installfiles.files += settings.txt
#}
!exists( /usr/local/share/mythtv/settings.txt ) {
installfiles.files += settings.txt
}

INSTALLS = installfiles

Expand Down

0 comments on commit c6955ac

Please sign in to comment.