Changeset 7219 in ntrip


Ignore:
Timestamp:
Aug 18, 2015, 10:28:21 AM (9 years ago)
Author:
stuerze
Message:

minor re-organisation of PPP parts

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/src.pri

    r7203 r7219  
    117117}
    118118
    119 exists(PPP_AR) {
     119exists(PPP_AR_) {
    120120  INCLUDEPATH += PPP_AR
    121121  DEFINES += USE_PPP_AR
     
    130130  INCLUDEPATH += PPP
    131131  DEFINES += USE_PPP
    132   HEADERS += PPP/pppClient.h   PPP/pppFilter.h
    133   SOURCES += PPP/pppClient.cpp PPP/pppFilter.cpp
     132  HEADERS += PPP/pppClient.h   PPP/pppFilter.h   PPP/pppUtils.h
     133  SOURCES += PPP/pppClient.cpp PPP/pppFilter.cpp PPP/pppUtils.cpp
    134134}
    135135
Note: See TracChangeset for help on using the changeset viewer.