Skip to content

Commit

Permalink
Fix a couple broken paths for targetdep.pro
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson authored and jyavenard committed Mar 8, 2013
1 parent 65b88f0 commit 4070458
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mythplugins/libs-targetfix.pro
Expand Up @@ -16,4 +16,4 @@ mingw {
DEPENDPATH = $${INCLUDEPATH}

# Trigger rebuilds if installed MythTV libs have changed
include (../../targetdep.pro)
include (targetdep.pro)
2 changes: 1 addition & 1 deletion mythplugins/programs-libs.pro
Expand Up @@ -16,4 +16,4 @@ LIBS += -lmythswresample
mingw:LIBS += -L$${SYSROOT}$${PREFIX}/bin

# Trigger rebuilds if installed MythTV libs have changed
include (../../targetdep.pro)
include (targetdep.pro)

0 comments on commit 4070458

Please sign in to comment.